#64135D

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

Shades of Palatinate Purple #64135D

Tints of Palatinate Purple #64135D

Color information

#64135D (or 0x64135D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 5D. RGB value is (100,19,93). Sum of RGB (Red+Green+Blue) = 100+19+93=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64135D is #9BECA2. Grayscale: #333333. Windows color (decimal): -10218659 or 6099812. OLE color: 6099812.

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

Color convert

RGB1001993-
CMYK00.810.070.61
HSL305.19º68.07%23.33%-
HSV(B)305.19º81%39.22%-
XYZ7.463.9710.73-
YUV51.66151.34162.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=47.17%
G=8.96%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100199300.810.070.61305.1968.0723.33
Hex64135D05173D1314417
Octal14423135012177546110427
Binary110010010011101110101010001111111101100110001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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