Html Css Color HEX #790BBE Dark Violet

📋 copy color: '#790BBE'

red 121 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #790BBE

Tints of Dark Violet #790BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.01%

R = 37.58%
G = 3.42%
B = 59.01%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#790BBE (or 0x790BBE) is known color: Dark Violet. HEX triplet: 79, 0B and BE. RGB value is (121,11,190). Sum of RGB (Red+Green+Blue) = 121+11+190=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #790BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BBE is #86F441. Grayscale: #3F3F3F. Windows color (decimal): -8844354 or 12454777. OLE color: 12454777.

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

Color convert

RGB 121 11 190 -
CMYK 0.36 0.94 0 0.25
HSL 276.87º 0.89% 0.39% -
HSV(B) 276.87º 0.94% 0.75% -
XYZ 17.3 8.02 49.35 -
YUV 64.3 198.94 168.45 -
System Red Green Blue C M Y K H S L
Decimal 121 11 190 0.36 0.94 0 0.25 276.87 0.89 0.39
Hex 79 B BE 24 5E 0 19 115 59 27
Octal 171 13 276 44 136 0 31 425 131 47
Binary 1111001 1011 10111110 100100 1011110 0 11001 100010101 1011001 100111

Color Harmonies of #790BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BBE

Black with #790BBE

Text Example


Text Example

White with #790BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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