#7120E7

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

Shades of Blue Violet #7120E7

Tints of Blue Violet #7120E7

Color information

#7120E7 (or 0x7120E7) is unknown color: approx Blue Violet. HEX triplet: 71, 20 and E7. RGB value is (113,32,231). Sum of RGB (Red+Green+Blue) = 113+32+231=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #7120E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7120E7 is #8EDF18. Grayscale: #4E4E4E. Windows color (decimal): -9363225 or 15147121. OLE color: 15147121.

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

Color convert

RGB11332231-
CMYK0.510.8600.09
HSL264.42º80.57%51.57%-
HSV(B)264.42º86.15%90.59%-
XYZ21.7510.3176.45-
YUV78.9213.84152.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 32 (12.89% from 255) = 8.51%
BLUE value IS 231 (90.62% from 255) = 61.44%
R=30.05%
G=8.51%
B=61.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal113322310.510.8600.09264.4280.5751.57
Hex7120E73356091085134
Octal161403476312601141012164
Binary1110001100000111001111100111010110010011000010001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7120E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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