#641955

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

Shades of Palatinate Purple #641955

Tints of Palatinate Purple #641955

Color information

#641955 (or 0x641955) is unknown color: approx Palatinate Purple. HEX triplet: 64, 19 and 55. RGB value is (100,25,85). Sum of RGB (Red+Green+Blue) = 100+25+85=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #641955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641955 is #9BE6AA. Grayscale: #363636. Windows color (decimal): -10217131 or 5577060. OLE color: 5577060.

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

Color convert

RGB1002585-
CMYK00.750.150.61
HSL312º60%24.51%-
HSV(B)312º75%39.22%-
XYZ7.244.069-
YUV54.26145.35160.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=47.62%
G=11.90%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100258500.750.150.613126024.51
Hex64195504BF3D1383c19
Octal14431125011317754707431
Binary110010011001101010101001011111111110110011100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641955; }

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

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

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

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

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

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

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

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