#64195B

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

Shades of Palatinate Purple #64195B

Tints of Palatinate Purple #64195B

Color information

#64195B (or 0x64195B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 19 and 5B. RGB value is (100,25,91). Sum of RGB (Red+Green+Blue) = 100+25+91=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #64195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64195B is #9BE6A4. Grayscale: #363636. Windows color (decimal): -10217125 or 5970276. OLE color: 5970276.

HSL color Cylindrical-coordinate representation of color #64195B: hue angle of 307.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64195B is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1002591-
CMYK00.750.090.61
HSL307.2º60%24.51%-
HSV(B)307.2º75%39.22%-
XYZ7.494.1610.31-
YUV54.95148.35160.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=46.30%
G=11.57%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100259100.750.090.61307.26024.51
Hex64195B04B93D1333c19
Octal14431133011311754637431
Binary110010011001101101101001011100111110110011001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64195B; }

 p { color: rgb(100,25,91); }

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

<style>
 a { background-color: #64195B; }

 a { background-color: rgb(100,25,91); }

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

<style>
 span { border-color: #64195B; }

 span { border-color: rgb(100,25,91); }

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