#64355B

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

Shades of Palatinate Purple #64355B

Tints of Palatinate Purple #64355B

Color information

#64355B (or 0x64355B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 35 and 5B. RGB value is (100,53,91). Sum of RGB (Red+Green+Blue) = 100+53+91=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #64355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64355B is #9BCAA4. Grayscale: #474747. Windows color (decimal): -10209957 or 5977444. OLE color: 5977444.

HSL color Cylindrical-coordinate representation of color #64355B: hue angle of 311.49º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64355B is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1005391-
CMYK00.470.090.61
HSL311.49º30.72%30%-
HSV(B)311.49º47%39.22%-
XYZ8.426.0110.61-
YUV71.38139.07148.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.98%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=40.98%
G=21.72%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100539100.470.090.61311.4930.7230
Hex64355B02F93D1371f1e
Octal1446513305711754673736
Binary11001001101011011011010111110011111011001101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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