#640A74

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

Shades of Purple #640A74

Tints of Purple #640A74

Color information

#640A74 (or 0x640A74) is unknown color: approx Purple. HEX triplet: 64, 0A and 74. RGB value is (100,10,116). Sum of RGB (Red+Green+Blue) = 100+10+116=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #640A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A74 is #9BF58B. Grayscale: #303030. Windows color (decimal): -10220940 or 7604836. OLE color: 7604836.

HSL color Cylindrical-coordinate representation of color #640A74: hue angle of 290.94º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640A74 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10010116-
CMYK0.140.9100.55
HSL290.94º84.13%24.71%-
HSV(B)290.94º91.38%45.49%-
XYZ8.524.1916.88-
YUV48.99165.82164.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 116 (45.70% from 255) = 51.33%
R=44.25%
G=4.42%
B=51.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100101160.140.9100.55290.9484.1324.71
Hex64A74E5B0371235419
Octal144121641613306744312431
Binary110010010101110100111010110110110111100100011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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