#66195B

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

Shades of Palatinate Purple #66195B

Tints of Palatinate Purple #66195B

Color information

#66195B (or 0x66195B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 19 and 5B. RGB value is (102,25,91). Sum of RGB (Red+Green+Blue) = 102+25+91=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66195B is #99E6A4. Grayscale: #373737. Windows color (decimal): -10086053 or 5970278. OLE color: 5970278.

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

Color convert

RGB1022591-
CMYK00.750.110.6
HSL308.57º60.63%24.9%-
HSV(B)308.57º75.49%40%-
XYZ7.724.2810.32-
YUV55.55148.01161.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=46.79%
G=11.47%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102259100.750.110.6308.5760.6324.9
Hex66195B04BB3C1353d19
Octal14631133011313744657531
Binary110011011001101101101001011101111110010011010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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