#66225F

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

Shades of Palatinate Purple #66225F

Tints of Palatinate Purple #66225F

Color information

#66225F (or 0x66225F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 22 and 5F. RGB value is (102,34,95). Sum of RGB (Red+Green+Blue) = 102+34+95=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66225F is #99DDA0. Grayscale: #3D3D3D. Windows color (decimal): -10083745 or 6234726. OLE color: 6234726.

HSL color Cylindrical-coordinate representation of color #66225F: hue angle of 306.18º 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 #66225F is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1023495-
CMYK00.670.070.6
HSL306.18º50%26.67%-
HSV(B)306.18º66.67%40%-
XYZ8.124.811.32-
YUV61.29147.03157.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=44.16%
G=14.72%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102349500.670.070.6306.185026.67
Hex66225F04373C132321b
Octal1464213701037744626233
Binary110011010001010111110100001111111110010011001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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