Html Css Color HEX #66165E Palatinate Purple

📋 copy color: '#66165E'

red 102 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #66165E

Tints of Palatinate Purple #66165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 46.79%
G = 10.09%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66165E (or 0x66165E) is known color: Palatinate Purple. HEX triplet: 66, 16 and 5E. RGB value is (102,22,94). Sum of RGB (Red+Green+Blue) = 102+22+94=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66165E is #99E9A1. Grayscale: #353535. Windows color (decimal): -10086818 or 6166118. OLE color: 6166118.

HSL color Cylindrical-coordinate representation of color #66165E: hue angle of 306º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66165E is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 22 94 -
CMYK 0 0.78 0.08 0.6
HSL 306º 0.65% 0.24% -
HSV(B) 306º 0.78% 0.4% -
XYZ 7.79 4.21 10.99 -
YUV 54.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 102 22 94 0 0.78 0.08 0.6 306 0.65 0.24
Hex 66 16 5E 0 4E 8 3C 132 41 18
Octal 146 26 136 0 116 10 74 462 101 30
Binary 1100110 10110 1011110 0 1001110 1000 111100 100110010 1000001 11000

Color Harmonies of #66165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66165E

Black with #66165E

Text Example


Text Example

White with #66165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66165E; }

 p { color: rgb(102,22,94); }

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

background-color css

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

 a { background-color: rgb(102,22,94); }

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

border-color css

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

 span { border-color: rgb(102,22,94); }

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