Html Css Color HEX #66165B Palatinate Purple

📋 copy color: '#66165B'

red 102 ◦ green 22 ◦ blue 91

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

Shades of Palatinate Purple #66165B

Tints of Palatinate Purple #66165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.33%

R = 47.44%
G = 10.23%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66165B (or 0x66165B) is known color: Palatinate Purple. HEX triplet: 66, 16 and 5B. RGB value is (102,22,91). Sum of RGB (Red+Green+Blue) = 102+22+91=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66165B is #99E9A4. Grayscale: #353535. Windows color (decimal): -10086821 or 5969510. OLE color: 5969510.

HSL color Cylindrical-coordinate representation of color #66165B: hue angle of 308.25º 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 #66165B is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 22 91 -
CMYK 0 0.78 0.11 0.6
HSL 308.25º 0.65% 0.24% -
HSV(B) 308.25º 0.78% 0.4% -
XYZ 7.65 4.15 10.3 -
YUV 53.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 102 22 91 0 0.78 0.11 0.6 308.25 0.65 0.24
Hex 66 16 5B 0 4E B 3C 134 41 18
Octal 146 26 133 0 116 13 74 464 101 30
Binary 1100110 10110 1011011 0 1001110 1011 111100 100110100 1000001 11000

Color Harmonies of #66165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66165B

Black with #66165B

Text Example


Text Example

White with #66165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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