Html Css Color HEX #790ABA Dark Violet

📋 copy color: '#790ABA'

red 121 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #790ABA

Tints of Dark Violet #790ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 38.17%
G = 3.15%
B = 58.68%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#790ABA (or 0x790ABA) is known color: Dark Violet. HEX triplet: 79, 0A and BA. RGB value is (121,10,186). Sum of RGB (Red+Green+Blue) = 121+10+186=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #790ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ABA is #86F545. Grayscale: #3E3E3E. Windows color (decimal): -8844614 or 12192377. OLE color: 12192377.

HSL color Cylindrical-coordinate representation of color #790ABA: hue angle of 277.84º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790ABA is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 10 186 -
CMYK 0.35 0.95 0 0.27
HSL 277.84º 0.9% 0.38% -
HSV(B) 277.84º 0.95% 0.73% -
XYZ 16.86 7.83 47.08 -
YUV 63.25 197.27 169.19 -
System Red Green Blue C M Y K H S L
Decimal 121 10 186 0.35 0.95 0 0.27 277.84 0.9 0.38
Hex 79 A BA 23 5F 0 1B 116 5A 26
Octal 171 12 272 43 137 0 33 426 132 46
Binary 1111001 1010 10111010 100011 1011111 0 11011 100010110 1011010 100110

Color Harmonies of #790ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790ABA

Black with #790ABA

Text Example


Text Example

White with #790ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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