#64205E

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

Shades of Palatinate Purple #64205E

Tints of Palatinate Purple #64205E

Color information

#64205E (or 0x64205E) is unknown color: approx Palatinate Purple. HEX triplet: 64, 20 and 5E. RGB value is (100,32,94). Sum of RGB (Red+Green+Blue) = 100+32+94=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #64205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64205E is #9BDFA1. Grayscale: #3B3B3B. Windows color (decimal): -10215330 or 6168676. OLE color: 6168676.

HSL color Cylindrical-coordinate representation of color #64205E: hue angle of 305.29º 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 #64205E is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1003294-
CMYK00.680.060.61
HSL305.29º51.52%25.88%-
HSV(B)305.29º68%39.22%-
XYZ7.794.5511.06-
YUV59.4147.53156.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 32 (12.89% from 255) = 14.16%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=44.25%
G=14.16%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100329400.680.060.61305.2951.5225.88
Hex64205E04463D131341a
Octal1444013601046754616432
Binary110010010000010111100100010011011110110011000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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