#7421F4

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

Shades of Blue Violet #7421F4

Tints of Blue Violet #7421F4

Color information

#7421F4 (or 0x7421F4) is unknown color: approx Blue Violet. HEX triplet: 74, 21 and F4. RGB value is (116,33,244). Sum of RGB (Red+Green+Blue) = 116+33+244=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 244 (95.70% from 255 or 62.09% from 393); Max value from RGB is 244 - color contains mainly: blue. Hex color #7421F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7421F4 is #8BDE0B. Grayscale: #515151. Windows color (decimal): -9166348 or 15999348. OLE color: 15999348.

HSL color Cylindrical-coordinate representation of color #7421F4: hue angle of 263.6º 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 #7421F4 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11633244-
CMYK0.520.8600.04
HSL263.6º90.56%54.31%-
HSV(B)263.6º86.48%95.69%-
XYZ24.0811.3386.51-
YUV81.87219.5152.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 33 (13.28% from 255) = 8.40%
BLUE value IS 244 (95.70% from 255) = 62.09%
R=29.52%
G=8.40%
B=62.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal116332440.520.8600.04263.690.5654.31
Hex7421F43456041085b36
Octal16441364641260441013366
Binary111010010000111110100110100101011001001000010001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7421F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7421F4; }

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

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

<style>
 a { background-color: #7421F4; }

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

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

<style>
 span { border-color: #7421F4; }

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

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