Html Css Color HEX #792BEE Blue Violet

📋 copy color: '#792BEE'

red 121 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #792BEE

Tints of Blue Violet #792BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.7%

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

R = 30.1%
G = 10.7%
B = 59.2%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#792BEE (or 0x792BEE) is known color: Blue Violet. HEX triplet: 79, 2B and EE. RGB value is (121,43,238). Sum of RGB (Red+Green+Blue) = 121+43+238=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #792BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792BEE is #86D411. Grayscale: #575757. Windows color (decimal): -8836114 or 15608697. OLE color: 15608697.

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

Color convert

RGB 121 43 238 -
CMYK 0.49 0.82 0 0.07
HSL 264º 0.85% 0.55% -
HSV(B) 264º 0.82% 0.93% -
XYZ 24.18 11.97 81.92 -
YUV 88.55 212.34 151.14 -
System Red Green Blue C M Y K H S L
Decimal 121 43 238 0.49 0.82 0 0.07 264 0.85 0.55
Hex 79 2B EE 31 52 0 7 108 55 37
Octal 171 53 356 61 122 0 7 410 125 67
Binary 1111001 101011 11101110 110001 1010010 0 111 100001000 1010101 110111

Color Harmonies of #792BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792BEE

Black with #792BEE

Text Example


Text Example

White with #792BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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