#64335B

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

Shades of Palatinate Purple #64335B

Tints of Palatinate Purple #64335B

Color information

#64335B (or 0x64335B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 33 and 5B. RGB value is (100,51,91). Sum of RGB (Red+Green+Blue) = 100+51+91=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #64335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64335B is #9BCCA4. Grayscale: #464646. Windows color (decimal): -10210469 or 5976932. OLE color: 5976932.

HSL color Cylindrical-coordinate representation of color #64335B: hue angle of 311.02º 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 #64335B is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1005191-
CMYK00.490.090.61
HSL311.02º32.45%29.61%-
HSV(B)311.02º49%39.22%-
XYZ8.335.8310.58-
YUV70.21139.73149.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.32%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=41.32%
G=21.07%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100519100.490.090.61311.0232.4529.61
Hex64335B03193D137201e
Octal1446313306111754674036
Binary110010011001110110110110001100111110110011011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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