#640960

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

Shades of Palatinate Purple #640960

Tints of Palatinate Purple #640960

Color information

#640960 (or 0x640960) is unknown color: approx Palatinate Purple. HEX triplet: 64, 09 and 60. RGB value is (100,9,96). Sum of RGB (Red+Green+Blue) = 100+9+96=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #640960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640960 is #9BF69F. Grayscale: #2D2D2D. Windows color (decimal): -10221216 or 6293860. OLE color: 6293860.

HSL color Cylindrical-coordinate representation of color #640960: hue angle of 302.64º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640960 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB100996-
CMYK00.910.040.61
HSL302.64º83.49%21.37%-
HSV(B)302.64º91%39.22%-
XYZ7.463.7511.4-
YUV46.13156.15166.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.78%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=48.78%
G=4.39%
B=46.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10099600.910.040.61302.6483.4921.37
Hex6496005B43D12f5315
Octal14411140013347545712325
Binary11001001001110000001011011100111101100101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640960; }

 p { color: rgb(100,9,96); }

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

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

 a { background-color: rgb(100,9,96); }

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

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

 span { border-color: rgb(100,9,96); }

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