#66205D

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

Shades of Palatinate Purple #66205D

Tints of Palatinate Purple #66205D

Color information

#66205D (or 0x66205D) is unknown color: approx Palatinate Purple. HEX triplet: 66, 20 and 5D. RGB value is (102,32,93). Sum of RGB (Red+Green+Blue) = 102+32+93=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #66205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66205D is #99DFA2. Grayscale: #3B3B3B. Windows color (decimal): -10084259 or 6103142. OLE color: 6103142.

HSL color Cylindrical-coordinate representation of color #66205D: hue angle of 307.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66205D is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1023293-
CMYK00.690.090.6
HSL307.71º52.24%26.27%-
HSV(B)307.71º68.63%40%-
XYZ7.974.6510.83-
YUV59.88146.69158.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=44.93%
G=14.10%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102329300.690.090.6307.7152.2426.27
Hex66205D04593C134341a
Octal14640135010511744646432
Binary1100110100000101110101000101100111110010011010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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