#64195D

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

Shades of Palatinate Purple #64195D

Tints of Palatinate Purple #64195D

Color information

#64195D (or 0x64195D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 19 and 5D. RGB value is (100,25,93). Sum of RGB (Red+Green+Blue) = 100+25+93=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64195D is #9BE6A2. Grayscale: #363636. Windows color (decimal): -10217123 or 6101348. OLE color: 6101348.

HSL color Cylindrical-coordinate representation of color #64195D: hue angle of 305.6º 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 #64195D is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1002593-
CMYK00.750.070.61
HSL305.6º60%24.51%-
HSV(B)305.6º75%39.22%-
XYZ7.584.1910.77-
YUV55.18149.35159.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=45.87%
G=11.47%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100259300.750.070.61305.66024.51
Hex64195D04B73D1323c19
Octal1443113501137754627431
Binary11001001100110111010100101111111110110011001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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