#7138E7

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

Shades of Blue Violet #7138E7

Tints of Blue Violet #7138E7

Color information

#7138E7 (or 0x7138E7) is unknown color: approx Blue Violet. HEX triplet: 71, 38 and E7. RGB value is (113,56,231). Sum of RGB (Red+Green+Blue) = 113+56+231=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 231 (90.62% from 255 or 57.75% from 400); Max value from RGB is 231 - color contains mainly: blue. Hex color #7138E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7138E7 is #8EC718. Grayscale: #5C5C5C. Windows color (decimal): -9357081 or 15153265. OLE color: 15153265.

HSL color Cylindrical-coordinate representation of color #7138E7: hue angle of 259.54º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7138E7 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11356231-
CMYK0.510.7600.09
HSL259.54º78.48%56.27%-
HSV(B)259.54º75.76%90.59%-
XYZ22.6512.1176.74-
YUV92.99205.88142.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.25%
GREEN value IS 56 (22.27% from 255) = 14%
BLUE value IS 231 (90.62% from 255) = 57.75%
R=28.25%
G=14%
B=57.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal113562310.510.7600.09259.5478.4856.27
Hex7138E7334C091044e38
Octal161703476311401140411670
Binary1110001111000111001111100111001100010011000001001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7138E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7138E7; }

 p { color: rgb(113,56,231); }

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

<style>
 a { background-color: #7138E7; }

 a { background-color: rgb(113,56,231); }

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

<style>
 span { border-color: #7138E7; }

 span { border-color: rgb(113,56,231); }

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