#66105B

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

Shades of Palatinate Purple #66105B

Tints of Palatinate Purple #66105B

Color information

#66105B (or 0x66105B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 10 and 5B. RGB value is (102,16,91). Sum of RGB (Red+Green+Blue) = 102+16+91=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #66105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66105B is #99EFA4. Grayscale: #323232. Windows color (decimal): -10088357 or 5967974. OLE color: 5967974.

HSL color Cylindrical-coordinate representation of color #66105B: hue angle of 307.67º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66105B is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1021691-
CMYK00.840.110.6
HSL307.67º72.88%23.14%-
HSV(B)307.67º84.31%40%-
XYZ7.553.9510.26-
YUV50.26150.99164.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=48.80%
G=7.66%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102169100.840.110.6307.6772.8823.14
Hex66105B054B3C1344917
Octal146201330124137446411127
Binary1100110100001011011010101001011111100100110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66105B;
 }
 .AnyTagClassName
 {
   color: #66105B;
 }
</style>
background-color css

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

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

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

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

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

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