Html Css Color HEX #791EEB Blue Violet

📋 copy color: '#791EEB'

red 121 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #791EEB

Tints of Blue Violet #791EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.88%

R = 31.35%
G = 7.77%
B = 60.88%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#791EEB (or 0x791EEB) is known color: Blue Violet. HEX triplet: 79, 1E and EB. RGB value is (121,30,235). Sum of RGB (Red+Green+Blue) = 121+30+235=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #791EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791EEB is #86E114. Grayscale: #4F4F4F. Windows color (decimal): -8839445 or 15408761. OLE color: 15408761.

HSL color Cylindrical-coordinate representation of color #791EEB: hue angle of 266.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791EEB is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 30 235 -
CMYK 0.49 0.87 0 0.08
HSL 266.63º 0.84% 0.52% -
HSV(B) 266.63º 0.87% 0.92% -
XYZ 23.34 10.99 79.49 -
YUV 80.58 215.15 156.83 -
System Red Green Blue C M Y K H S L
Decimal 121 30 235 0.49 0.87 0 0.08 266.63 0.84 0.52
Hex 79 1E EB 31 57 0 8 10B 54 34
Octal 171 36 353 61 127 0 10 413 124 64
Binary 1111001 11110 11101011 110001 1010111 0 1000 100001011 1010100 110100

Color Harmonies of #791EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791EEB

Black with #791EEB

Text Example


Text Example

White with #791EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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