Html Css Color HEX #660463 Palatinate Purple

📋 copy color: '#660463'

red 102 ◦ green 4 ◦ blue 99

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

Shades of Palatinate Purple #660463

Tints of Palatinate Purple #660463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

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

R = 49.76%
G = 1.95%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#660463 (or 0x660463) is known color: Palatinate Purple. HEX triplet: 66, 04 and 63. RGB value is (102,4,99). Sum of RGB (Red+Green+Blue) = 102+4+99=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #660463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660463 is #99FB9C. Grayscale: #2B2B2B. Windows color (decimal): -10091421 or 6489190. OLE color: 6489190.

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

Color convert

RGB 102 4 99 -
CMYK 0 0.96 0.03 0.6
HSL 301.84º 0.92% 0.21% -
HSV(B) 301.84º 0.96% 0.4% -
XYZ 7.78 3.81 12.13 -
YUV 44.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 102 4 99 0 0.96 0.03 0.6 301.84 0.92 0.21
Hex 66 4 63 0 60 3 3C 12E 5C 15
Octal 146 4 143 0 140 3 74 456 134 25
Binary 1100110 100 1100011 0 1100000 11 111100 100101110 1011100 10101

Color Harmonies of #660463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660463

Black with #660463

Text Example


Text Example

White with #660463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660463; }

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

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

background-color css

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

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

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

border-color css

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

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

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