#64335F

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

Shades of Palatinate Purple #64335F

Tints of Palatinate Purple #64335F

Color information

#64335F (or 0x64335F) is unknown color: approx Palatinate Purple. HEX triplet: 64, 33 and 5F. RGB value is (100,51,95). Sum of RGB (Red+Green+Blue) = 100+51+95=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64335F is #9BCCA0. Grayscale: #464646. Windows color (decimal): -10210465 or 6239076. OLE color: 6239076.

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

Color convert

RGB1005195-
CMYK00.490.050.61
HSL306.12º32.45%29.61%-
HSV(B)306.12º49%39.22%-
XYZ8.55.911.52-
YUV70.67141.73148.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=40.65%
G=20.73%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100519500.490.050.61306.1232.4529.61
Hex64335F03153D132201e
Octal144631370615754624036
Binary11001001100111011111011000110111110110011001010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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