Html Css Color HEX #790BAE Dark Violet

📋 copy color: '#790BAE'

red 121 ◦ green 11 ◦ blue 174

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

Shades of Dark Violet #790BAE

Tints of Dark Violet #790BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.59%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 39.54%
G = 3.59%
B = 56.86%

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

#790BAE (or 0x790BAE) is known color: Dark Violet. HEX triplet: 79, 0B and AE. RGB value is (121,11,174). Sum of RGB (Red+Green+Blue) = 121+11+174=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #790BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790BAE is #86F451. Grayscale: #3D3D3D. Windows color (decimal): -8844370 or 11406201. OLE color: 11406201.

HSL color Cylindrical-coordinate representation of color #790BAE: hue angle of 280.49º degrees, saturation: 0.88, 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 #790BAE is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 11 174 -
CMYK 0.30 0.94 0 0.32
HSL 280.49º 0.88% 0.36% -
HSV(B) 280.49º 0.94% 0.68% -
XYZ 15.64 7.36 40.64 -
YUV 62.47 190.94 169.75 -
System Red Green Blue C M Y K H S L
Decimal 121 11 174 0.30 0.94 0 0.32 280.49 0.88 0.36
Hex 79 B AE 1E 5E 0 20 118 58 24
Octal 171 13 256 36 136 0 40 430 130 44
Binary 1111001 1011 10101110 11110 1011110 0 100000 100011000 1011000 100100

Color Harmonies of #790BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BAE

Black with #790BAE

Text Example


Text Example

White with #790BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,11,174); }

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

background-color css

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

 a { background-color: rgb(121,11,174); }

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

border-color css

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

 span { border-color: rgb(121,11,174); }

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