#640462

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

Shades of Palatinate Purple #640462

Tints of Palatinate Purple #640462

Color information

#640462 (or 0x640462) is unknown color: approx Palatinate Purple. HEX triplet: 64, 04 and 62. RGB value is (100,4,98). Sum of RGB (Red+Green+Blue) = 100+4+98=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #640462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640462 is #9BFB9D. Grayscale: #2B2B2B. Windows color (decimal): -10222494 or 6423652. OLE color: 6423652.

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

Color convert

RGB100498-
CMYK00.960.020.61
HSL301.25º92.31%20.39%-
HSV(B)301.25º96%39.22%-
XYZ7.53.6811.87-
YUV43.42158.8168.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=49.50%
G=1.98%
B=48.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10049800.960.020.61301.2592.3120.39
Hex6446206023D12d5c14
Octal1444142014027545513424
Binary110010010011000100110000010111101100101101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640462; }

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

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

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

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

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

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

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

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