Html Css Color HEX #791EDB Blue Violet

📋 copy color: '#791EDB'

red 121 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #791EDB

Tints of Blue Violet #791EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

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

R = 32.7%
G = 8.11%
B = 59.19%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#791EDB (or 0x791EDB) is known color: Blue Violet. HEX triplet: 79, 1E and DB. RGB value is (121,30,219). Sum of RGB (Red+Green+Blue) = 121+30+219=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #791EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791EDB is #86E124. Grayscale: #4E4E4E. Windows color (decimal): -8839461 or 14360185. OLE color: 14360185.

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

Color convert

RGB 121 30 219 -
CMYK 0.45 0.86 0 0.14
HSL 268.89º 0.76% 0.49% -
HSV(B) 268.89º 0.86% 0.86% -
XYZ 21.14 10.11 67.85 -
YUV 78.76 207.15 158.13 -
System Red Green Blue C M Y K H S L
Decimal 121 30 219 0.45 0.86 0 0.14 268.89 0.76 0.49
Hex 79 1E DB 2D 56 0 E 10D 4C 31
Octal 171 36 333 55 126 0 16 415 114 61
Binary 1111001 11110 11011011 101101 1010110 0 1110 100001101 1001100 110001

Color Harmonies of #791EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791EDB

Black with #791EDB

Text Example


Text Example

White with #791EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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