#64405F

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

Shades of Palatinate Purple #64405F

Tints of Palatinate Purple #64405F

Color information

#64405F (or 0x64405F) is unknown color: approx Palatinate Purple. HEX triplet: 64, 40 and 5F. RGB value is (100,64,95). Sum of RGB (Red+Green+Blue) = 100+64+95=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 100 - color contains mainly: red. Hex color #64405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64405F is #9BBFA0. Grayscale: #4E4E4E. Windows color (decimal): -10207137 or 6242404. OLE color: 6242404.

HSL color Cylindrical-coordinate representation of color #64405F: hue angle of 308.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64405F is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB1006495-
CMYK00.360.050.61
HSL308.33º21.95%32.16%-
HSV(B)308.33º36%39.22%-
XYZ9.157.211.73-
YUV78.3137.43143.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.61%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=38.61%
G=24.71%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100649500.360.050.61308.3321.9532.16
Hex64405F02453D1341620
Octal1441001370445754642640
Binary110010010000001011111010010010111110110011010010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,64,95); }

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

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

 a { background-color: rgb(100,64,95); }

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

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

 span { border-color: rgb(100,64,95); }

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