#64135F

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

Shades of Palatinate Purple #64135F

Tints of Palatinate Purple #64135F

Color information

#64135F (or 0x64135F) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 5F. RGB value is (100,19,95). Sum of RGB (Red+Green+Blue) = 100+19+95=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64135F is #9BECA0. Grayscale: #333333. Windows color (decimal): -10218657 or 6230884. OLE color: 6230884.

HSL color Cylindrical-coordinate representation of color #64135F: hue angle of 303.7º 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 #64135F is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB1001995-
CMYK00.810.050.61
HSL303.7º68.07%23.33%-
HSV(B)303.7º81%39.22%-
XYZ7.55411.2-
YUV51.88152.34162.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=46.73%
G=8.88%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100199500.810.050.61303.768.0723.33
Hex64135F05153D1304417
Octal14423137012157546010427
Binary110010010011101111101010001101111101100110000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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