#64055D

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

Shades of Palatinate Purple #64055D

Tints of Palatinate Purple #64055D

Color information

#64055D (or 0x64055D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 05 and 5D. RGB value is (100,5,93). Sum of RGB (Red+Green+Blue) = 100+5+93=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #64055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64055D is #9BFAA2. Grayscale: #2B2B2B. Windows color (decimal): -10222243 or 6096228. OLE color: 6096228.

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

Color convert

RGB100593-
CMYK00.950.070.61
HSL304.42º90.48%20.59%-
HSV(B)304.42º95%39.22%-
XYZ7.293.6110.67-
YUV43.44155.97168.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.51%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=50.51%
G=2.53%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10059300.950.070.61304.4290.4820.59
Hex6455D05F73D1305a15
Octal1445135013777546013225
Binary1100100101101110101011111111111101100110000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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