#7019E8

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

Shades of Blue Violet #7019E8

Tints of Blue Violet #7019E8

Color information

#7019E8 (or 0x7019E8) is unknown color: approx Blue Violet. HEX triplet: 70, 19 and E8. RGB value is (112,25,232). Sum of RGB (Red+Green+Blue) = 112+25+232=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 232 (91.02% from 255 or 62.87% from 369); Max value from RGB is 232 - color contains mainly: blue. Hex color #7019E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7019E8 is #8FE617. Grayscale: #494949. Windows color (decimal): -9430552 or 15210864. OLE color: 15210864.

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

Color convert

RGB11225232-
CMYK0.520.8900.09
HSL265.22º81.82%50.39%-
HSV(B)265.22º89.22%90.98%-
XYZ21.69.9777.13-
YUV74.61216.82154.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 25 (10.16% from 255) = 6.78%
BLUE value IS 232 (91.02% from 255) = 62.87%
R=30.35%
G=6.78%
B=62.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112252320.520.8900.09265.2281.8250.39
Hex7019E83459091095232
Octal160313506413101141112262
Binary111000011001111010001101001011001010011000010011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7019E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,25,232); }

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

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

 a { background-color: rgb(112,25,232); }

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

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

 span { border-color: rgb(112,25,232); }

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