#64205B

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

Shades of Palatinate Purple #64205B

Tints of Palatinate Purple #64205B

Color information

#64205B (or 0x64205B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 20 and 5B. RGB value is (100,32,91). Sum of RGB (Red+Green+Blue) = 100+32+91=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #64205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64205B is #9BDFA4. Grayscale: #3A3A3A. Windows color (decimal): -10215333 or 5972068. OLE color: 5972068.

HSL color Cylindrical-coordinate representation of color #64205B: hue angle of 307.94º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64205B is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1003291-
CMYK00.680.090.61
HSL307.94º51.52%25.88%-
HSV(B)307.94º68%39.22%-
XYZ7.664.510.36-
YUV59.06146.03157.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=44.84%
G=14.35%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100329100.680.090.61307.9451.5225.88
Hex64205B04493D134341a
Octal14440133010411754646432
Binary1100100100000101101101000100100111110110011010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,32,91); }

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

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

 a { background-color: rgb(100,32,91); }

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

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

 span { border-color: rgb(100,32,91); }

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