#7221f4

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

Shades of Blue Violet #7221F4

Tints of Blue Violet #7221F4

Color information

#7221F4 (or 0x7221F4) is unknown color: approx Blue Violet. HEX triplet: 72, 21 and F4. RGB value is (114,33,244). Sum of RGB (Red+Green+Blue) = 114+33+244=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #7221F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7221F4 is #8DDE0B. Grayscale: #505050. Windows color (decimal): -9297420 or 15999346. OLE color: 15999346.

HSL color Cylindrical-coordinate representation of color #7221F4: hue angle of 263.03º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7221F4 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11433244-
CMYK0.530.8600.04
HSL263.03º90.56%54.31%-
HSV(B)263.03º86.48%95.69%-
XYZ23.8111.286.49-
YUV81.27219.84151.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 33 (13.28% from 255) = 8.44%
BLUE value IS 244 (95.70% from 255) = 62.40%
R=29.16%
G=8.44%
B=62.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal114332440.530.8600.04263.0390.5654.31
Hex7221F43556041075b36
Octal16241364651260440713366
Binary111001010000111110100110101101011001001000001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7221f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7221f4; }

 p { color: rgb(114,33,244); }

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

<style>
 a { background-color: #7221f4; }

 a { background-color: rgb(114,33,244); }

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

<style>
 span { border-color: #7221f4; }

 span { border-color: rgb(114,33,244); }

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