#66185B

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

Shades of Palatinate Purple #66185B

Tints of Palatinate Purple #66185B

Color information

#66185B (or 0x66185B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 18 and 5B. RGB value is (102,24,91). Sum of RGB (Red+Green+Blue) = 102+24+91=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66185B is #99E7A4. Grayscale: #363636. Windows color (decimal): -10086309 or 5970022. OLE color: 5970022.

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

Color convert

RGB1022491-
CMYK00.760.110.6
HSL308.46º61.9%24.71%-
HSV(B)308.46º76.47%40%-
XYZ7.694.2310.31-
YUV54.96148.34161.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=47.00%
G=11.06%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102249100.760.110.6308.4661.924.71
Hex66185B04CB3C1343e19
Octal14630133011413744647631
Binary110011011000101101101001100101111110010011010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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