#66165D

Color #66165D Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #66165D

Tints of Palatinate Purple #66165D

Color information

#66165D (or 0x66165D) is unknown color: approx 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

RGB1022293-
CMYK00.780.090.6
HSL306.75º64.52%24.31%-
HSV(B)306.75º78.43%40%-
XYZ7.744.1910.76-
YUV54.01150162.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=47.00%
G=10.14%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102229300.780.090.6306.7564.5224.31
Hex66165D04E93C1334118
Octal146261350116117446310130
Binary1100110101101011101010011101001111100100110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>