#66245B

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

Shades of Palatinate Purple #66245B

Tints of Palatinate Purple #66245B

Color information

#66245B (or 0x66245B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 24 and 5B. RGB value is (102,36,91). Sum of RGB (Red+Green+Blue) = 102+36+91=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66245B is #99DBA4. Grayscale: #3D3D3D. Windows color (decimal): -10083237 or 5973094. OLE color: 5973094.

HSL color Cylindrical-coordinate representation of color #66245B: hue angle of 310º 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 #66245B is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1023691-
CMYK00.650.110.6
HSL310º47.83%27.06%-
HSV(B)310º64.71%40%-
XYZ84.8410.41-
YUV62144.37156.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=44.54%
G=15.72%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102369100.650.110.631047.8327.06
Hex66245B041B3C136301b
Octal14644133010113744666033
Binary1100110100100101101101000001101111110010011011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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