#7139EB

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

Shades of Blue Violet #7139EB

Tints of Blue Violet #7139EB

Color information

#7139EB (or 0x7139EB) is unknown color: approx Blue Violet. HEX triplet: 71, 39 and EB. RGB value is (113,57,235). Sum of RGB (Red+Green+Blue) = 113+57+235=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #7139EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7139EB is #8EC614. Grayscale: #5D5D5D. Windows color (decimal): -9356821 or 15415665. OLE color: 15415665.

HSL color Cylindrical-coordinate representation of color #7139EB: hue angle of 258.88º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7139EB is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11357235-
CMYK0.520.7600.08
HSL258.88º81.65%57.25%-
HSV(B)258.88º75.74%92.16%-
XYZ23.2712.4479.77-
YUV94.04207.55141.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 235 (92.19% from 255) = 58.02%
R=27.90%
G=14.07%
B=58.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal113572350.520.7600.08258.8881.6557.25
Hex7139EB344C081035239
Octal161713536411401040312271
Binary1110001111001111010111101001001100010001000000111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7139EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7139EB; }

 p { color: rgb(113,57,235); }

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

<style>
 a { background-color: #7139EB; }

 a { background-color: rgb(113,57,235); }

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

<style>
 span { border-color: #7139EB; }

 span { border-color: rgb(113,57,235); }

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