#7020E4

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

Shades of Blue Violet #7020E4

Tints of Blue Violet #7020E4

Color information

#7020E4 (or 0x7020E4) is unknown color: approx Blue Violet. HEX triplet: 70, 20 and E4. RGB value is (112,32,228). Sum of RGB (Red+Green+Blue) = 112+32+228=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #7020E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020E4 is #8FDF1B. Grayscale: #4D4D4D. Windows color (decimal): -9428764 or 14950512. OLE color: 14950512.

HSL color Cylindrical-coordinate representation of color #7020E4: hue angle of 264.49º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7020E4 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11232228-
CMYK0.510.8600.11
HSL264.49º78.4%50.98%-
HSV(B)264.49º85.96%89.41%-
XYZ21.210.0874.23-
YUV78.26212.5152.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 32 (12.89% from 255) = 8.60%
BLUE value IS 228 (89.45% from 255) = 61.29%
R=30.11%
G=8.60%
B=61.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112322280.510.8600.11264.4978.450.98
Hex7020E433560B1084e33
Octal160403446312601341011663
Binary1110000100000111001001100111010110010111000010001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7020E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7020E4; }

 p { color: rgb(112,32,228); }

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

<style>
 a { background-color: #7020E4; }

 a { background-color: rgb(112,32,228); }

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

<style>
 span { border-color: #7020E4; }

 span { border-color: rgb(112,32,228); }

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