Html Css Color HEX #660263 Palatinate Purple

📋 copy color: '#660263'

red 102 ◦ green 2 ◦ blue 99

#660263
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #660263

Tints of Palatinate Purple #660263

RGB

 RED value IS 102 (40.23% from 255) = 50.25%

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 50.25%
G = 0.99%
B = 48.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#660263 (or 0x660263) is known color: Palatinate Purple. HEX triplet: 66, 02 and 63. RGB value is (102,2,99). Sum of RGB (Red+Green+Blue) = 102+2+99=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #660263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660263 is #99FD9C. Grayscale: #2A2A2A. Windows color (decimal): -10091933 or 6488678. OLE color: 6488678.

HSL color Cylindrical-coordinate representation of color #660263: hue angle of 301.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660263 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 99 -
CMYK 0 0.98 0.03 0.6
HSL 301.8º 0.96% 0.2% -
HSV(B) 301.8º 0.98% 0.4% -
XYZ 7.75 3.77 12.12 -
YUV 42.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 102 2 99 0 0.98 0.03 0.6 301.8 0.96 0.2
Hex 66 2 63 0 62 3 3C 12E 60 14
Octal 146 2 143 0 142 3 74 456 140 24
Binary 1100110 10 1100011 0 1100010 11 111100 100101110 1100000 10100

Color Harmonies of #660263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660263

Black with #660263

Text Example


Text Example

White with #660263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660263; }

 p { color: rgb(102,2,99); }

 H1.HeaderClassName
 {
   color: #660263;
 }
 .AnyTagClassName
 {
   color: #660263;
 }
</style>

background-color css

<style>
 a { background-color: #660263; }

 a { background-color: rgb(102,2,99); }

 div.DivClassName
 {
   background-color: #660263;
 }
 .BgClassName
 {
   background-color: #660263;
 }
</style>

border-color css

<style>
 span { border-color: #660263; }

 span { border-color: rgb(102,2,99); }

 td.TdClassName
 {
   border-color: #660263;
 }
 .TagClassName
 {
   border-color: #660263;
 }
</style>