#7137DF

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

Shades of Blue Violet #7137DF

Tints of Blue Violet #7137DF

Color information

#7137DF (or 0x7137DF) is unknown color: approx Blue Violet. HEX triplet: 71, 37 and DF. RGB value is (113,55,223). Sum of RGB (Red+Green+Blue) = 113+55+223=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #7137DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137DF is #8EC820. Grayscale: #5A5A5A. Windows color (decimal): -9357345 or 14628721. OLE color: 14628721.

HSL color Cylindrical-coordinate representation of color #7137DF: hue angle of 260.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7137DF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11355223-
CMYK0.490.7500.13
HSL260.71º72.41%54.51%-
HSV(B)260.71º75.34%87.45%-
XYZ21.511.5770.91-
YUV91.49202.22143.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 55 (21.88% from 255) = 14.07%
BLUE value IS 223 (87.5% from 255) = 57.03%
R=28.90%
G=14.07%
B=57.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113552230.490.7500.13260.7172.4154.51
Hex7137DF314B0D1054837
Octal161673376111301540511067
Binary1110001110111110111111100011001011011011000001011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7137DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7137DF; }

 p { color: rgb(113,55,223); }

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

<style>
 a { background-color: #7137DF; }

 a { background-color: rgb(113,55,223); }

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

<style>
 span { border-color: #7137DF; }

 span { border-color: rgb(113,55,223); }

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