#66156C

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

Shades of Palatinate Purple #66156C

Tints of Palatinate Purple #66156C

Color information

#66156C (or 0x66156C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 6C. RGB value is (102,21,108). Sum of RGB (Red+Green+Blue) = 102+21+108=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #66156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66156C is #99EA93. Grayscale: #363636. Windows color (decimal): -10087060 or 7083366. OLE color: 7083366.

HSL color Cylindrical-coordinate representation of color #66156C: hue angle of 295.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66156C is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10221108-
CMYK0.060.8100.58
HSL295.86º67.44%25.29%-
HSV(B)295.86º80.56%42.35%-
XYZ8.454.4414.6-
YUV55.14157.84161.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=44.16%
G=9.09%
B=46.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102211080.060.8100.58295.8667.4425.29
Hex66156C65103A1284319
Octal14625154612107245010331
Binary110011010101110110011010100010111010100101000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66156C; }

 p { color: rgb(102,21,108); }

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

<style>
 a { background-color: #66156C; }

 a { background-color: rgb(102,21,108); }

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

<style>
 span { border-color: #66156C; }

 span { border-color: rgb(102,21,108); }

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