Html Css Color HEX #790AB5 Dark Violet

📋 copy color: '#790AB5'

red 121 ◦ green 10 ◦ blue 181

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

Shades of Dark Violet #790AB5

Tints of Dark Violet #790AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.01%

R = 38.78%
G = 3.21%
B = 58.01%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#790AB5 (or 0x790AB5) is known color: Dark Violet. HEX triplet: 79, 0A and B5. RGB value is (121,10,181). Sum of RGB (Red+Green+Blue) = 121+10+181=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #790AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790AB5 is #86F54A. Grayscale: #3E3E3E. Windows color (decimal): -8844619 or 11864697. OLE color: 11864697.

HSL color Cylindrical-coordinate representation of color #790AB5: hue angle of 278.95º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790AB5 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 10 181 -
CMYK 0.33 0.94 0 0.29
HSL 278.95º 0.9% 0.37% -
HSV(B) 278.95º 0.94% 0.71% -
XYZ 16.33 7.62 44.33 -
YUV 62.68 194.77 169.6 -
System Red Green Blue C M Y K H S L
Decimal 121 10 181 0.33 0.94 0 0.29 278.95 0.9 0.37
Hex 79 A B5 21 5E 0 1D 117 5A 25
Octal 171 12 265 41 136 0 35 427 132 45
Binary 1111001 1010 10110101 100001 1011110 0 11101 100010111 1011010 100101

Color Harmonies of #790AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AB5

Black with #790AB5

Text Example


Text Example

White with #790AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #790AB5;
 }
 .AnyTagClassName
 {
   color: #790AB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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