#640A6A

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

Shades of Palatinate Purple #640A6A

Tints of Palatinate Purple #640A6A

Color information

#640A6A (or 0x640A6A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0A and 6A. RGB value is (100,10,106). Sum of RGB (Red+Green+Blue) = 100+10+106=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #640A6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A6A is #9BF595. Grayscale: #2F2F2F. Windows color (decimal): -10220950 or 6949476. OLE color: 6949476.

HSL color Cylindrical-coordinate representation of color #640A6A: hue angle of 296.25º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640A6A is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10010106-
CMYK0.060.9100.58
HSL296.25º82.76%22.75%-
HSV(B)296.25º90.57%41.57%-
XYZ7.973.9713.98-
YUV47.85160.82165.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 106 (41.80% from 255) = 49.07%
R=46.30%
G=4.63%
B=49.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100101060.060.9100.58296.2582.7622.75
Hex64A6A65B03A1285317
Octal14412152613307245012327
Binary11001001010110101011010110110111010100101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640A6A; }

 p { color: rgb(100,10,106); }

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

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

 a { background-color: rgb(100,10,106); }

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

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

 span { border-color: rgb(100,10,106); }

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