#641959

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

Shades of Palatinate Purple #641959

Tints of Palatinate Purple #641959

Color information

#641959 (or 0x641959) is unknown color: approx Palatinate Purple. HEX triplet: 64, 19 and 59. RGB value is (100,25,89). Sum of RGB (Red+Green+Blue) = 100+25+89=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #641959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641959 is #9BE6A6. Grayscale: #363636. Windows color (decimal): -10217127 or 5839204. OLE color: 5839204.

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

Color convert

RGB1002589-
CMYK00.750.110.61
HSL308.8º60%24.51%-
HSV(B)308.8º75%39.22%-
XYZ7.414.139.86-
YUV54.72147.35160.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=46.73%
G=11.68%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100258900.750.110.61308.86024.51
Hex64195904BB3D1353c19
Octal14431131011313754657431
Binary110010011001101100101001011101111110110011010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641959; }

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

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

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

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

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

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

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

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