#7131F5

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

Shades of Blue Violet #7131F5

Tints of Blue Violet #7131F5

Color information

#7131F5 (or 0x7131F5) is unknown color: approx Blue Violet. HEX triplet: 71, 31 and F5. RGB value is (113,49,245). Sum of RGB (Red+Green+Blue) = 113+49+245=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 245 (96.09% from 255 or 60.20% from 407); Max value from RGB is 245 - color contains mainly: blue. Hex color #7131F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7131F5 is #8ECE0A. Grayscale: #595959. Windows color (decimal): -9358859 or 16068977. OLE color: 16068977.

HSL color Cylindrical-coordinate representation of color #7131F5: hue angle of 259.59º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7131F5 is Cyan = 0.54, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11349245-
CMYK0.540.800.04
HSL259.59º90.74%57.65%-
HSV(B)259.59º80%96.08%-
XYZ24.3912.387.47-
YUV90.48215.2144.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 49 (19.53% from 255) = 12.04%
BLUE value IS 245 (96.09% from 255) = 60.20%
R=27.76%
G=12.04%
B=60.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal113492450.540.800.04259.5990.7457.65
Hex7131F53650041045b3a
Octal16161365661200440413372
Binary111000111000111110101110110101000001001000001001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7131F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7131F5; }

 p { color: rgb(113,49,245); }

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

<style>
 a { background-color: #7131F5; }

 a { background-color: rgb(113,49,245); }

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

<style>
 span { border-color: #7131F5; }

 span { border-color: rgb(113,49,245); }

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