#7129E8

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

Shades of Blue Violet #7129E8

Tints of Blue Violet #7129E8

Color information

#7129E8 (or 0x7129E8) is unknown color: approx Blue Violet. HEX triplet: 71, 29 and E8. RGB value is (113,41,232). Sum of RGB (Red+Green+Blue) = 113+41+232=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #7129E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7129E8 is #8ED617. Grayscale: #535353. Windows color (decimal): -9360920 or 15214961. OLE color: 15214961.

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

Color convert

RGB11341232-
CMYK0.510.8200.09
HSL262.62º80.59%53.53%-
HSV(B)262.62º82.33%90.98%-
XYZ22.1710.9277.28-
YUV84.3211.35148.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 41 (16.41% from 255) = 10.62%
BLUE value IS 232 (91.02% from 255) = 60.10%
R=29.27%
G=10.62%
B=60.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal113412320.510.8200.09262.6280.5953.53
Hex7129E83352091075136
Octal161513506312201140712166
Binary1110001101001111010001100111010010010011000001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7129E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7129E8; }

 p { color: rgb(113,41,232); }

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

<style>
 a { background-color: #7129E8; }

 a { background-color: rgb(113,41,232); }

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

<style>
 span { border-color: #7129E8; }

 span { border-color: rgb(113,41,232); }

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