Html Css Color HEX #790EDB Blue Violet

📋 copy color: '#790EDB'

red 121 ◦ green 14 ◦ blue 219

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

Shades of Blue Violet #790EDB

Tints of Blue Violet #790EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 34.18%
G = 3.95%
B = 61.86%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#790EDB (or 0x790EDB) is known color: Blue Violet. HEX triplet: 79, 0E and DB. RGB value is (121,14,219). Sum of RGB (Red+Green+Blue) = 121+14+219=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #790EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790EDB is #86F124. Grayscale: #444444. Windows color (decimal): -8843557 or 14356089. OLE color: 14356089.

HSL color Cylindrical-coordinate representation of color #790EDB: hue angle of 271.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790EDB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 14 219 -
CMYK 0.45 0.94 0 0.14
HSL 271.32º 0.88% 0.46% -
HSV(B) 271.32º 0.94% 0.86% -
XYZ 20.83 9.49 67.75 -
YUV 69.36 212.45 164.83 -
System Red Green Blue C M Y K H S L
Decimal 121 14 219 0.45 0.94 0 0.14 271.32 0.88 0.46
Hex 79 E DB 2D 5E 0 E 10F 58 2E
Octal 171 16 333 55 136 0 16 417 130 56
Binary 1111001 1110 11011011 101101 1011110 0 1110 100001111 1011000 101110

Color Harmonies of #790EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790EDB

Black with #790EDB

Text Example


Text Example

White with #790EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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