#641956

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

Shades of Palatinate Purple #641956

Tints of Palatinate Purple #641956

Color information

#641956 (or 0x641956) is unknown color: approx Palatinate Purple. HEX triplet: 64, 19 and 56. RGB value is (100,25,86). Sum of RGB (Red+Green+Blue) = 100+25+86=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #641956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641956 is #9BE6A9. Grayscale: #363636. Windows color (decimal): -10217130 or 5642596. OLE color: 5642596.

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

Color convert

RGB1002586-
CMYK00.750.140.61
HSL311.2º60%24.51%-
HSV(B)311.2º75%39.22%-
XYZ7.284.089.21-
YUV54.38145.85160.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=47.39%
G=11.85%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100258600.750.140.61311.26024.51
Hex64195604BE3D1373c19
Octal14431126011316754677431
Binary110010011001101011001001011111011110110011011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641956; }

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

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

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

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

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

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

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

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