Html Css Color HEX #791FEE Blue Violet

📋 copy color: '#791FEE'

red 121 ◦ green 31 ◦ blue 238

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

Shades of Blue Violet #791FEE

Tints of Blue Violet #791FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.95%

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 31.03%
G = 7.95%
B = 61.03%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#791FEE (or 0x791FEE) is known color: Blue Violet. HEX triplet: 79, 1F and EE. RGB value is (121,31,238). Sum of RGB (Red+Green+Blue) = 121+31+238=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #791FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791FEE is #86E011. Grayscale: #505050. Windows color (decimal): -8839186 or 15605625. OLE color: 15605625.

HSL color Cylindrical-coordinate representation of color #791FEE: hue angle of 266.09º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791FEE is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 31 238 -
CMYK 0.49 0.87 0 0.07
HSL 266.09º 0.86% 0.53% -
HSV(B) 266.09º 0.87% 0.93% -
XYZ 23.81 11.22 81.8 -
YUV 81.51 216.32 156.17 -
System Red Green Blue C M Y K H S L
Decimal 121 31 238 0.49 0.87 0 0.07 266.09 0.86 0.53
Hex 79 1F EE 31 57 0 7 10A 56 35
Octal 171 37 356 61 127 0 7 412 126 65
Binary 1111001 11111 11101110 110001 1010111 0 111 100001010 1010110 110101

Color Harmonies of #791FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791FEE

Black with #791FEE

Text Example


Text Example

White with #791FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,31,238); }

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

background-color css

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

 a { background-color: rgb(121,31,238); }

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

border-color css

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

 span { border-color: rgb(121,31,238); }

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