#7220E1

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

Shades of Blue Violet #7220E1

Tints of Blue Violet #7220E1

Color information

#7220E1 (or 0x7220E1) is unknown color: approx Blue Violet. HEX triplet: 72, 20 and E1. RGB value is (114,32,225). Sum of RGB (Red+Green+Blue) = 114+32+225=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #7220E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7220E1 is #8DDF1E. Grayscale: #4D4D4D. Windows color (decimal): -9297695 or 14753906. OLE color: 14753906.

HSL color Cylindrical-coordinate representation of color #7220E1: hue angle of 265.49º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7220E1 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11432225-
CMYK0.490.8600.12
HSL265.49º76.28%50.39%-
HSV(B)265.49º85.78%88.24%-
XYZ21.0510.0572.06-
YUV78.52210.67153.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 32 (12.89% from 255) = 8.63%
BLUE value IS 225 (88.28% from 255) = 60.65%
R=30.73%
G=8.63%
B=60.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114322250.490.8600.12265.4976.2850.39
Hex7220E131560C1094c32
Octal162403416112601441111462
Binary1110010100000111000011100011010110011001000010011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7220E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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