#792BE2

Color #792BE2 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #792BE2

Tints of Blue Violet #792BE2

Color information

#792BE2 (or 0x792BE2) is unknown color: approx Blue Violet. HEX triplet: 79, 2B and E2. RGB value is (121,43,226). Sum of RGB (Red+Green+Blue) = 121+43+226=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #792BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792BE2 is #86D41D. Grayscale: #565656. Windows color (decimal): -8836126 or 14822265. OLE color: 14822265.

HSL color Cylindrical-coordinate representation of color #792BE2: hue angle of 265.57º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #792BE2 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12143226-
CMYK0.460.8100.11
HSL265.57º75.93%52.75%-
HSV(B)265.57º80.97%88.63%-
XYZ22.4811.2872.94-
YUV87.18206.34152.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 43 (17.19% from 255) = 11.03%
BLUE value IS 226 (88.67% from 255) = 57.95%
R=31.03%
G=11.03%
B=57.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal121432260.460.8100.11265.5775.9352.75
Hex792BE22E510B10a4c35
Octal171533425612101341211465
Binary1111001101011111000101011101010001010111000010101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #792BE2;
 }
 .AnyTagClassName
 {
   color: #792BE2;
 }
</style>
background-color css

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

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

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

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

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

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