#640262

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

Shades of Palatinate Purple #640262

Tints of Palatinate Purple #640262

Color information

#640262 (or 0x640262) is unknown color: approx Palatinate Purple. HEX triplet: 64, 02 and 62. RGB value is (100,2,98). Sum of RGB (Red+Green+Blue) = 100+2+98=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #640262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640262 is #9BFD9D. Grayscale: #292929. Windows color (decimal): -10223006 or 6423140. OLE color: 6423140.

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

Color convert

RGB100298-
CMYK00.980.020.61
HSL301.22º96.08%20%-
HSV(B)301.22º98%39.22%-
XYZ7.483.6311.86-
YUV42.25159.47169.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 98 (38.67% from 255) = 49%
R=50%
G=1%
B=49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10029800.980.020.61301.2296.0820
Hex6426206223D12d6014
Octal1442142014227545514024
Binary11001001011000100110001010111101100101101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640262; }

 p { color: rgb(100,2,98); }

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

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

 a { background-color: rgb(100,2,98); }

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

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

 span { border-color: rgb(100,2,98); }

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