Html Css Color HEX #790EBC Dark Violet

📋 copy color: '#790EBC'

red 121 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #790EBC

Tints of Dark Violet #790EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.33%

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 37.46%
G = 4.33%
B = 58.2%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#790EBC (or 0x790EBC) is known color: Dark Violet. HEX triplet: 79, 0E and BC. RGB value is (121,14,188). Sum of RGB (Red+Green+Blue) = 121+14+188=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #790EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790EBC is #86F143. Grayscale: #414141. Windows color (decimal): -8843588 or 12324473. OLE color: 12324473.

HSL color Cylindrical-coordinate representation of color #790EBC: hue angle of 276.9º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790EBC is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 14 188 -
CMYK 0.36 0.93 0 0.26
HSL 276.9º 0.86% 0.4% -
HSV(B) 276.9º 0.93% 0.74% -
XYZ 17.12 8.01 48.22 -
YUV 65.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 121 14 188 0.36 0.93 0 0.26 276.9 0.86 0.4
Hex 79 E BC 24 5D 0 1A 115 56 28
Octal 171 16 274 44 135 0 32 425 126 50
Binary 1111001 1110 10111100 100100 1011101 0 11010 100010101 1010110 101000

Color Harmonies of #790EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EBC

Black with #790EBC

Text Example


Text Example

White with #790EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,14,188); }

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

background-color css

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

 a { background-color: rgb(121,14,188); }

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

border-color css

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

 span { border-color: rgb(121,14,188); }

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