#7B31EB

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

Shades of Blue Violet #7B31EB

Tints of Blue Violet #7B31EB

Color information

#7B31EB (or 0x7B31EB) is unknown color: approx Blue Violet. HEX triplet: 7B, 31 and EB. RGB value is (123,49,235). Sum of RGB (Red+Green+Blue) = 123+49+235=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B31EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B31EB is #84CE14. Grayscale: #5B5B5B. Windows color (decimal): -8703509 or 15413627. OLE color: 15413627.

HSL color Cylindrical-coordinate representation of color #7B31EB: hue angle of 263.87º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B31EB is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12349235-
CMYK0.480.7900.08
HSL263.87º82.3%55.69%-
HSV(B)263.87º79.15%92.16%-
XYZ24.2612.4179.71-
YUV92.33208.52149.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.22%
GREEN value IS 49 (19.53% from 255) = 12.04%
BLUE value IS 235 (92.19% from 255) = 57.74%
R=30.22%
G=12.04%
B=57.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal123492350.480.7900.08263.8782.355.69
Hex7B31EB304F081085238
Octal173613536011701041012270
Binary1111011110001111010111100001001111010001000010001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B31EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B31EB; }

 p { color: rgb(123,49,235); }

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

<style>
 a { background-color: #7B31EB; }

 a { background-color: rgb(123,49,235); }

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

<style>
 span { border-color: #7B31EB; }

 span { border-color: rgb(123,49,235); }

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