#7128EE

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

Shades of Blue Violet #7128EE

Tints of Blue Violet #7128EE

Color information

#7128EE (or 0x7128EE) is unknown color: approx Blue Violet. HEX triplet: 71, 28 and EE. RGB value is (113,40,238). Sum of RGB (Red+Green+Blue) = 113+40+238=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #7128EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7128EE is #8ED711. Grayscale: #535353. Windows color (decimal): -9361170 or 15607921. OLE color: 15607921.

HSL color Cylindrical-coordinate representation of color #7128EE: hue angle of 262.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7128EE is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11340238-
CMYK0.530.8300.07
HSL262.12º85.34%54.51%-
HSV(B)262.12º83.19%93.33%-
XYZ2311.281.84-
YUV84.4214.68148.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 40 (16.02% from 255) = 10.23%
BLUE value IS 238 (93.36% from 255) = 60.87%
R=28.90%
G=10.23%
B=60.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113402380.530.8300.07262.1285.3454.51
Hex7128EE3553071065537
Octal16150356651230740612567
Binary111000110100011101110110101101001101111000001101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7128EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7128EE; }

 p { color: rgb(113,40,238); }

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

<style>
 a { background-color: #7128EE; }

 a { background-color: rgb(113,40,238); }

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

<style>
 span { border-color: #7128EE; }

 span { border-color: rgb(113,40,238); }

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