#790AAD

Color #790AAD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #790AAD

Tints of Dark Violet #790AAD

Color information

#790AAD (or 0x790AAD) is unknown color: approx Dark Violet. HEX triplet: 79, 0A and AD. RGB value is (121,10,173). Sum of RGB (Red+Green+Blue) = 121+10+173=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #790AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790AAD is #86F552. Grayscale: #3D3D3D. Windows color (decimal): -8844627 or 11340409. OLE color: 11340409.

HSL color Cylindrical-coordinate representation of color #790AAD: hue angle of 280.86º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790AAD is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12110173-
CMYK0.300.9400.32
HSL280.86º89.07%35.88%-
HSV(B)280.86º94.22%67.84%-
XYZ15.547.340.13-
YUV61.77190.77170.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 10 (4.30% from 255) = 3.29%
BLUE value IS 173 (67.97% from 255) = 56.91%
R=39.80%
G=3.29%
B=56.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121101730.300.9400.32280.8689.0735.88
Hex79AAD1E5E0201195924
Octal171122553613604043113144
Binary111100110101010110111110101111001000001000110011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790AAD; }

 p { color: rgb(121,10,173); }

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

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

 a { background-color: rgb(121,10,173); }

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

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

 span { border-color: rgb(121,10,173); }

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