#66195D

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

Shades of Palatinate Purple #66195D

Tints of Palatinate Purple #66195D

Color information

#66195D (or 0x66195D) is unknown color: approx Palatinate Purple. HEX triplet: 66, 19 and 5D. RGB value is (102,25,93). Sum of RGB (Red+Green+Blue) = 102+25+93=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #66195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66195D is #99E6A2. Grayscale: #373737. Windows color (decimal): -10086051 or 6101350. OLE color: 6101350.

HSL color Cylindrical-coordinate representation of color #66195D: hue angle of 307.01º 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 #66195D is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1022593-
CMYK00.750.090.6
HSL307.01º60.63%24.9%-
HSV(B)307.01º75.49%40%-
XYZ7.84.3110.78-
YUV55.77149.01160.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=46.36%
G=11.36%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102259300.750.090.6307.0160.6324.9
Hex66195D04B93C1333d19
Octal14631135011311744637531
Binary110011011001101110101001011100111110010011001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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