#64355A

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

Shades of Palatinate Purple #64355A

Tints of Palatinate Purple #64355A

Color information

#64355A (or 0x64355A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 35 and 5A. RGB value is (100,53,90). Sum of RGB (Red+Green+Blue) = 100+53+90=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64355A is #9BCAA5. Grayscale: #474747. Windows color (decimal): -10209958 or 5911908. OLE color: 5911908.

HSL color Cylindrical-coordinate representation of color #64355A: hue angle of 312.77º 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 #64355A is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1005390-
CMYK00.470.100.61
HSL312.77º30.72%30%-
HSV(B)312.77º47%39.22%-
XYZ8.375.9910.39-
YUV71.27138.57148.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.15%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=41.15%
G=21.81%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100539000.470.100.61312.7730.7230
Hex64355A02FA3D1391f1e
Octal1446513205712754713736
Binary11001001101011011010010111110101111011001110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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