#66245A

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

Shades of Palatinate Purple #66245A

Tints of Palatinate Purple #66245A

Color information

#66245A (or 0x66245A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 24 and 5A. RGB value is (102,36,90). Sum of RGB (Red+Green+Blue) = 102+36+90=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66245A is #99DBA5. Grayscale: #3D3D3D. Windows color (decimal): -10083238 or 5907558. OLE color: 5907558.

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

Color convert

RGB1023690-
CMYK00.650.120.6
HSL310.91º47.83%27.06%-
HSV(B)310.91º64.71%40%-
XYZ7.964.8210.18-
YUV61.89143.87156.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=44.74%
G=15.79%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102369000.650.120.6310.9147.8327.06
Hex66245A041C3C137301b
Octal14644132010114744676033
Binary1100110100100101101001000001110011110010011011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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