Html Css Color HEX #790EBA Dark Violet

📋 copy color: '#790EBA'

red 121 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #790EBA

Tints of Dark Violet #790EBA

RGB

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

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

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

R = 37.69%
G = 4.36%
B = 57.94%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#790EBA (or 0x790EBA) is known color: Dark Violet. HEX triplet: 79, 0E and BA. RGB value is (121,14,186). Sum of RGB (Red+Green+Blue) = 121+14+186=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #790EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790EBA is #86F145. Grayscale: #414141. Windows color (decimal): -8843590 or 12193401. OLE color: 12193401.

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

Color convert

RGB 121 14 186 -
CMYK 0.35 0.92 0 0.27
HSL 277.33º 0.86% 0.39% -
HSV(B) 277.33º 0.92% 0.73% -
XYZ 16.91 7.92 47.09 -
YUV 65.6 195.95 167.51 -
System Red Green Blue C M Y K H S L
Decimal 121 14 186 0.35 0.92 0 0.27 277.33 0.86 0.39
Hex 79 E BA 23 5C 0 1B 115 56 27
Octal 171 16 272 43 134 0 33 425 126 47
Binary 1111001 1110 10111010 100011 1011100 0 11011 100010101 1010110 100111

Color Harmonies of #790EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EBA

Black with #790EBA

Text Example


Text Example

White with #790EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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