Html Css Color HEX #790AAD Dark Violet

📋 copy color: '#790AAD'

red 121 ◦ green 10 ◦ blue 173

#790AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #790AAD

Tints of Dark Violet #790AAD

RGB

 RED value IS 121 (47.66% from 255) = 39.8%

 GREEN value IS 10 (4.3% from 255) = 3.29%

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 39.8%
G = 3.29%
B = 56.91%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#790AAD (or 0x790AAD) is known color: 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

RGB 121 10 173 -
CMYK 0.30 0.94 0 0.32
HSL 280.86º 0.89% 0.36% -
HSV(B) 280.86º 0.94% 0.68% -
XYZ 15.54 7.3 40.13 -
YUV 61.77 190.77 170.25 -
System Red Green Blue C M Y K H S L
Decimal 121 10 173 0.30 0.94 0 0.32 280.86 0.89 0.36
Hex 79 A AD 1E 5E 0 20 119 59 24
Octal 171 12 255 36 136 0 40 431 131 44
Binary 1111001 1010 10101101 11110 1011110 0 100000 100011001 1011001 100100

Color Harmonies of #790AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AAD

Black with #790AAD

Text Example


Text Example

White with #790AAD

Text Example


Text Example

HTML Codes & Css Web 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>