#66155C

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

Shades of Palatinate Purple #66155C

Tints of Palatinate Purple #66155C

Color information

#66155C (or 0x66155C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 5C. RGB value is (102,21,92). Sum of RGB (Red+Green+Blue) = 102+21+92=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66155C is #99EAA3. Grayscale: #353535. Windows color (decimal): -10087076 or 6034790. OLE color: 6034790.

HSL color Cylindrical-coordinate representation of color #66155C: hue angle of 307.41º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66155C is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1022192-
CMYK00.790.100.6
HSL307.41º65.85%24.12%-
HSV(B)307.41º79.41%40%-
XYZ7.684.1310.52-
YUV53.31149.84162.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=47.44%
G=9.77%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102219200.790.100.6307.4165.8524.12
Hex66155C04FA3C1334218
Octal146251340117127446310230
Binary1100110101011011100010011111010111100100110011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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