Html Css Color HEX #791EEA Blue Violet

📋 copy color: '#791EEA'

red 121 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #791EEA

Tints of Blue Violet #791EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.78%

R = 31.43%
G = 7.79%
B = 60.78%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#791EEA (or 0x791EEA) is known color: Blue Violet. HEX triplet: 79, 1E and EA. RGB value is (121,30,234). Sum of RGB (Red+Green+Blue) = 121+30+234=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #791EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791EEA is #86E115. Grayscale: #4F4F4F. Windows color (decimal): -8839446 or 15343225. OLE color: 15343225.

HSL color Cylindrical-coordinate representation of color #791EEA: hue angle of 266.76º degrees, saturation: 0.83, 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 #791EEA is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 30 234 -
CMYK 0.48 0.87 0 0.08
HSL 266.76º 0.83% 0.52% -
HSV(B) 266.76º 0.87% 0.92% -
XYZ 23.2 10.93 78.73 -
YUV 80.47 214.65 156.91 -
System Red Green Blue C M Y K H S L
Decimal 121 30 234 0.48 0.87 0 0.08 266.76 0.83 0.52
Hex 79 1E EA 30 57 0 8 10B 53 34
Octal 171 36 352 60 127 0 10 413 123 64
Binary 1111001 11110 11101010 110000 1010111 0 1000 100001011 1010011 110100

Color Harmonies of #791EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791EEA

Black with #791EEA

Text Example


Text Example

White with #791EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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