Html Css Color HEX #66165D Palatinate Purple

📋 copy color: '#66165D'

red 102 ◦ green 22 ◦ blue 93

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

Shades of Palatinate Purple #66165D

Tints of Palatinate Purple #66165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.86%

R = 47%
G = 10.14%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66165D (or 0x66165D) is known color: Palatinate Purple. HEX triplet: 66, 16 and 5D. RGB value is (102,22,93). Sum of RGB (Red+Green+Blue) = 102+22+93=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66165D is #99E9A2. Grayscale: #353535. Windows color (decimal): -10086819 or 6100582. OLE color: 6100582.

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

Color convert

RGB 102 22 93 -
CMYK 0 0.78 0.09 0.6
HSL 306.75º 0.65% 0.24% -
HSV(B) 306.75º 0.78% 0.4% -
XYZ 7.74 4.19 10.76 -
YUV 54.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 102 22 93 0 0.78 0.09 0.6 306.75 0.65 0.24
Hex 66 16 5D 0 4E 9 3C 133 41 18
Octal 146 26 135 0 116 11 74 463 101 30
Binary 1100110 10110 1011101 0 1001110 1001 111100 100110011 1000001 11000

Color Harmonies of #66165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66165D

Black with #66165D

Text Example


Text Example

White with #66165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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