Html Css Color HEX #790BBA Dark Violet

📋 copy color: '#790BBA'

red 121 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #790BBA

Tints of Dark Violet #790BBA

RGB

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

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

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

R = 38.05%
G = 3.46%
B = 58.49%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#790BBA (or 0x790BBA) is known color: Dark Violet. HEX triplet: 79, 0B and BA. RGB value is (121,11,186). Sum of RGB (Red+Green+Blue) = 121+11+186=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #790BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BBA is #86F445. Grayscale: #3F3F3F. Windows color (decimal): -8844358 or 12192633. OLE color: 12192633.

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

Color convert

RGB 121 11 186 -
CMYK 0.35 0.94 0 0.27
HSL 277.71º 0.89% 0.39% -
HSV(B) 277.71º 0.94% 0.73% -
XYZ 16.87 7.85 47.08 -
YUV 63.84 196.94 168.77 -
System Red Green Blue C M Y K H S L
Decimal 121 11 186 0.35 0.94 0 0.27 277.71 0.89 0.39
Hex 79 B BA 23 5E 0 1B 116 59 27
Octal 171 13 272 43 136 0 33 426 131 47
Binary 1111001 1011 10111010 100011 1011110 0 11011 100010110 1011001 100111

Color Harmonies of #790BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BBA

Black with #790BBA

Text Example


Text Example

White with #790BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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