#66245F

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

Shades of Palatinate Purple #66245F

Tints of Palatinate Purple #66245F

Color information

#66245F (or 0x66245F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 24 and 5F. RGB value is (102,36,95). Sum of RGB (Red+Green+Blue) = 102+36+95=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66245F is #99DBA0. Grayscale: #3E3E3E. Windows color (decimal): -10083233 or 6235238. OLE color: 6235238.

HSL color Cylindrical-coordinate representation of color #66245F: hue angle of 306.36º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66245F is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1023695-
CMYK00.650.070.6
HSL306.36º47.83%27.06%-
HSV(B)306.36º64.71%40%-
XYZ8.184.9111.34-
YUV62.46146.37156.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=43.78%
G=15.45%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102369500.650.070.6306.3647.8327.06
Hex66245F04173C132301b
Octal1464413701017744626033
Binary110011010010010111110100000111111110010011001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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