#7220E4

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

Shades of Blue Violet #7220E4

Tints of Blue Violet #7220E4

Color information

#7220E4 (or 0x7220E4) is unknown color: approx Blue Violet. HEX triplet: 72, 20 and E4. RGB value is (114,32,228). Sum of RGB (Red+Green+Blue) = 114+32+228=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 228 (89.45% from 255 or 60.96% from 374); Max value from RGB is 228 - color contains mainly: blue. Hex color #7220E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7220E4 is #8DDF1B. Grayscale: #4E4E4E. Windows color (decimal): -9297692 or 14950514. OLE color: 14950514.

HSL color Cylindrical-coordinate representation of color #7220E4: hue angle of 265.1º 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 #7220E4 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11432228-
CMYK0.500.8600.11
HSL265.1º78.4%50.98%-
HSV(B)265.1º85.96%89.41%-
XYZ21.4610.2174.24-
YUV78.86212.17153.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 32 (12.89% from 255) = 8.56%
BLUE value IS 228 (89.45% from 255) = 60.96%
R=30.48%
G=8.56%
B=60.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal114322280.500.8600.11265.178.450.98
Hex7220E432560B1094e33
Octal162403446212601341111663
Binary1110010100000111001001100101010110010111000010011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7220E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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