#640060

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

Shades of Palatinate Purple #640060

Tints of Palatinate Purple #640060

Color information

#640060 (or 0x640060) is unknown color: approx Palatinate Purple. HEX triplet: 64, 00 and 60. RGB value is (100,0,96). Sum of RGB (Red+Green+Blue) = 100+0+96=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #640060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640060 is #9BFF9F. Grayscale: #282828. Windows color (decimal): -10223520 or 6291556. OLE color: 6291556.

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

Color convert

RGB100096-
CMYK010.040.61
HSL302.4º100%19.61%-
HSV(B)302.4º100%39.22%-
XYZ7.373.5511.36-
YUV40.84159.13170.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=51.02%
G=0%
B=48.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100096010.040.61302.410019.61
Hex6406006443D12e6414
Octal1440140014447545614424
Binary11001000110000001100100100111101100101110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640060; }

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

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

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

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

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

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

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

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