#66155A

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

Shades of Palatinate Purple #66155A

Tints of Palatinate Purple #66155A

Color information

#66155A (or 0x66155A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 5A. RGB value is (102,21,90). Sum of RGB (Red+Green+Blue) = 102+21+90=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66155A is #99EAA5. Grayscale: #343434. Windows color (decimal): -10087078 or 5903718. OLE color: 5903718.

HSL color Cylindrical-coordinate representation of color #66155A: hue angle of 308.89º 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 #66155A is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1022190-
CMYK00.790.120.6
HSL308.89º65.85%24.12%-
HSV(B)308.89º79.41%40%-
XYZ7.594.110.06-
YUV53.08148.84162.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=47.89%
G=9.86%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102219000.790.120.6308.8965.8524.12
Hex66155A04FC3C1354218
Octal146251320117147446510230
Binary1100110101011011010010011111100111100100110101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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