#66225D

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

Shades of Palatinate Purple #66225D

Tints of Palatinate Purple #66225D

Color information

#66225D (or 0x66225D) is unknown color: approx Palatinate Purple. HEX triplet: 66, 22 and 5D. RGB value is (102,34,93). Sum of RGB (Red+Green+Blue) = 102+34+93=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66225D is #99DDA2. Grayscale: #3C3C3C. Windows color (decimal): -10083747 or 6103654. OLE color: 6103654.

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

Color convert

RGB1023493-
CMYK00.670.090.6
HSL307.94º50%26.67%-
HSV(B)307.94º66.67%40%-
XYZ8.034.7610.85-
YUV61.06146.03157.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=44.54%
G=14.85%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102349300.670.090.6307.945026.67
Hex66225D04393C134321b
Octal14642135010311744646233
Binary1100110100010101110101000011100111110010011010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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