Html Css Color HEX #792FEE Blue Violet

📋 copy color: '#792FEE'

red 121 ◦ green 47 ◦ blue 238

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

Shades of Blue Violet #792FEE

Tints of Blue Violet #792FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.58%

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

R = 29.8%
G = 11.58%
B = 58.62%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#792FEE (or 0x792FEE) is known color: Blue Violet. HEX triplet: 79, 2F and EE. RGB value is (121,47,238). Sum of RGB (Red+Green+Blue) = 121+47+238=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #792FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792FEE is #86D011. Grayscale: #5A5A5A. Windows color (decimal): -8835090 or 15609721. OLE color: 15609721.

HSL color Cylindrical-coordinate representation of color #792FEE: hue angle of 263.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #792FEE is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 47 238 -
CMYK 0.49 0.80 0 0.07
HSL 263.25º 0.85% 0.56% -
HSV(B) 263.25º 0.8% 0.93% -
XYZ 24.33 12.27 81.97 -
YUV 90.9 211.02 149.47 -
System Red Green Blue C M Y K H S L
Decimal 121 47 238 0.49 0.80 0 0.07 263.25 0.85 0.56
Hex 79 2F EE 31 50 0 7 107 55 38
Octal 171 57 356 61 120 0 7 407 125 70
Binary 1111001 101111 11101110 110001 1010000 0 111 100000111 1010101 111000

Color Harmonies of #792FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792FEE

Black with #792FEE

Text Example


Text Example

White with #792FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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