Html Css Color HEX #790AB4 Dark Violet

📋 copy color: '#790AB4'

red 121 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #790AB4

Tints of Dark Violet #790AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 57.88%

R = 38.91%
G = 3.22%
B = 57.88%

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

#790AB4 (or 0x790AB4) is known color: Dark Violet. HEX triplet: 79, 0A and B4. RGB value is (121,10,180). Sum of RGB (Red+Green+Blue) = 121+10+180=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #790AB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790AB4 is #86F54B. Grayscale: #3E3E3E. Windows color (decimal): -8844620 or 11799161. OLE color: 11799161.

HSL color Cylindrical-coordinate representation of color #790AB4: hue angle of 279.18º degrees, saturation: 0.89, 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 #790AB4 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 10 180 -
CMYK 0.33 0.94 0 0.29
HSL 279.18º 0.89% 0.37% -
HSV(B) 279.18º 0.94% 0.71% -
XYZ 16.23 7.58 43.79 -
YUV 62.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 121 10 180 0.33 0.94 0 0.29 279.18 0.89 0.37
Hex 79 A B4 21 5E 0 1D 117 59 25
Octal 171 12 264 41 136 0 35 427 131 45
Binary 1111001 1010 10110100 100001 1011110 0 11101 100010111 1011001 100101

Color Harmonies of #790AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AB4

Black with #790AB4

Text Example


Text Example

White with #790AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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