#64245D

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

Shades of Palatinate Purple #64245D

Tints of Palatinate Purple #64245D

Color information

#64245D (or 0x64245D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 24 and 5D. RGB value is (100,36,93). Sum of RGB (Red+Green+Blue) = 100+36+93=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64245D is #9BDBA2. Grayscale: #3D3D3D. Windows color (decimal): -10214307 or 6104164. OLE color: 6104164.

HSL color Cylindrical-coordinate representation of color #64245D: hue angle of 306.56º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64245D is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1003693-
CMYK00.640.070.61
HSL306.56º47.06%26.67%-
HSV(B)306.56º64%39.22%-
XYZ7.864.7610.86-
YUV61.63145.7155.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=43.67%
G=15.72%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100369300.640.070.61306.5647.0626.67
Hex64245D04073D1332f1b
Octal1444413501007754635733
Binary110010010010010111010100000011111110110011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64245D; }

 p { color: rgb(100,36,93); }

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

<style>
 a { background-color: #64245D; }

 a { background-color: rgb(100,36,93); }

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

<style>
 span { border-color: #64245D; }

 span { border-color: rgb(100,36,93); }

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