Html Css Color HEX #792EEB Blue Violet

📋 copy color: '#792EEB'

red 121 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #792EEB

Tints of Blue Violet #792EEB

RGB

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

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

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

R = 30.1%
G = 11.44%
B = 58.46%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#792EEB (or 0x792EEB) is known color: Blue Violet. HEX triplet: 79, 2E and EB. RGB value is (121,46,235). Sum of RGB (Red+Green+Blue) = 121+46+235=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #792EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792EEB is #86D114. Grayscale: #595959. Windows color (decimal): -8835349 or 15412857. OLE color: 15412857.

HSL color Cylindrical-coordinate representation of color #792EEB: hue angle of 263.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #792EEB is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 46 235 -
CMYK 0.49 0.80 0 0.08
HSL 263.81º 0.83% 0.55% -
HSV(B) 263.81º 0.8% 0.92% -
XYZ 23.86 12.02 79.66 -
YUV 89.97 209.85 150.13 -
System Red Green Blue C M Y K H S L
Decimal 121 46 235 0.49 0.80 0 0.08 263.81 0.83 0.55
Hex 79 2E EB 31 50 0 8 108 53 37
Octal 171 56 353 61 120 0 10 410 123 67
Binary 1111001 101110 11101011 110001 1010000 0 1000 100001000 1010011 110111

Color Harmonies of #792EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792EEB

Black with #792EEB

Text Example


Text Example

White with #792EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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