Html Css Color HEX #790BBF Dark Violet

📋 copy color: '#790BBF'

red 121 ◦ green 11 ◦ blue 191

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

Shades of Dark Violet #790BBF

Tints of Dark Violet #790BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.13%

R = 37.46%
G = 3.41%
B = 59.13%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#790BBF (or 0x790BBF) is known color: Dark Violet. HEX triplet: 79, 0B and BF. RGB value is (121,11,191). Sum of RGB (Red+Green+Blue) = 121+11+191=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #790BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BBF is #86F440. Grayscale: #3F3F3F. Windows color (decimal): -8844353 or 12520313. OLE color: 12520313.

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

Color convert

RGB 121 11 191 -
CMYK 0.37 0.94 0 0.25
HSL 276.67º 0.89% 0.4% -
HSV(B) 276.67º 0.94% 0.75% -
XYZ 17.41 8.07 49.93 -
YUV 64.41 199.44 168.36 -
System Red Green Blue C M Y K H S L
Decimal 121 11 191 0.37 0.94 0 0.25 276.67 0.89 0.4
Hex 79 B BF 25 5E 0 19 115 59 28
Octal 171 13 277 45 136 0 31 425 131 50
Binary 1111001 1011 10111111 100101 1011110 0 11001 100010101 1011001 101000

Color Harmonies of #790BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BBF

Black with #790BBF

Text Example


Text Example

White with #790BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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