#64136C

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

Shades of Palatinate Purple #64136C

Tints of Palatinate Purple #64136C

Color information

#64136C (or 0x64136C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 6C. RGB value is (100,19,108). Sum of RGB (Red+Green+Blue) = 100+19+108=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #64136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64136C is #9BEC93. Grayscale: #353535. Windows color (decimal): -10218644 or 7082852. OLE color: 7082852.

HSL color Cylindrical-coordinate representation of color #64136C: hue angle of 294.61º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64136C is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10019108-
CMYK0.070.8200.58
HSL294.61º70.08%24.9%-
HSV(B)294.61º82.41%42.35%-
XYZ8.24.2614.58-
YUV53.36158.84161.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=44.05%
G=8.37%
B=47.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100191080.070.8200.58294.6170.0824.9
Hex64136C75203A1274619
Octal14423154712207244710631
Binary110010010011110110011110100100111010100100111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64136C; }

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

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

<style>
 a { background-color: #64136C; }

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

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

<style>
 span { border-color: #64136C; }

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

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