Html Css Color HEX #792EEF Blue Violet

📋 copy color: '#792EEF'

red 121 ◦ green 46 ◦ blue 239

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

Shades of Blue Violet #792EEF

Tints of Blue Violet #792EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.33%

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 29.8%
G = 11.33%
B = 58.87%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#792EEF (or 0x792EEF) is known color: Blue Violet. HEX triplet: 79, 2E and EF. RGB value is (121,46,239). Sum of RGB (Red+Green+Blue) = 121+46+239=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #792EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792EEF is #86D110. Grayscale: #595959. Windows color (decimal): -8835345 or 15675001. OLE color: 15675001.

HSL color Cylindrical-coordinate representation of color #792EEF: hue angle of 263.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #792EEF is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 46 239 -
CMYK 0.49 0.81 0 0.06
HSL 263.32º 0.86% 0.56% -
HSV(B) 263.32º 0.81% 0.94% -
XYZ 24.44 12.25 82.74 -
YUV 90.43 211.85 149.81 -
System Red Green Blue C M Y K H S L
Decimal 121 46 239 0.49 0.81 0 0.06 263.32 0.86 0.56
Hex 79 2E EF 31 51 0 6 107 56 38
Octal 171 56 357 61 121 0 6 407 126 70
Binary 1111001 101110 11101111 110001 1010001 0 110 100000111 1010110 111000

Color Harmonies of #792EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792EEF

Black with #792EEF

Text Example


Text Example

White with #792EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,46,239); }

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

background-color css

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

 a { background-color: rgb(121,46,239); }

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

border-color css

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

 span { border-color: rgb(121,46,239); }

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