#64185E

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

Shades of Palatinate Purple #64185E

Tints of Palatinate Purple #64185E

Color information

#64185E (or 0x64185E) is unknown color: approx Palatinate Purple. HEX triplet: 64, 18 and 5E. RGB value is (100,24,94). Sum of RGB (Red+Green+Blue) = 100+24+94=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64185E is #9BE7A1. Grayscale: #363636. Windows color (decimal): -10217378 or 6166628. OLE color: 6166628.

HSL color Cylindrical-coordinate representation of color #64185E: hue angle of 304.74º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64185E is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1002494-
CMYK00.760.060.61
HSL304.74º61.29%24.31%-
HSV(B)304.74º76%39.22%-
XYZ7.64.1710.99-
YUV54.7150.18160.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=45.87%
G=11.01%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100249400.760.060.61304.7461.2924.31
Hex64185E04C63D1313d18
Octal1443013601146754617530
Binary11001001100010111100100110011011110110011000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64185E; }

 p { color: rgb(100,24,94); }

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

<style>
 a { background-color: #64185E; }

 a { background-color: rgb(100,24,94); }

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

<style>
 span { border-color: #64185E; }

 span { border-color: rgb(100,24,94); }

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