#7428E9

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

Shades of Blue Violet #7428E9

Tints of Blue Violet #7428E9

Color information

#7428E9 (or 0x7428E9) is unknown color: approx Blue Violet. HEX triplet: 74, 28 and E9. RGB value is (116,40,233). Sum of RGB (Red+Green+Blue) = 116+40+233=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 233 (91.41% from 255 or 59.90% from 389); Max value from RGB is 233 - color contains mainly: blue. Hex color #7428E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7428E9 is #8BD716. Grayscale: #545454. Windows color (decimal): -9164567 or 15280244. OLE color: 15280244.

HSL color Cylindrical-coordinate representation of color #7428E9: hue angle of 263.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7428E9 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11640233-
CMYK0.500.8300.09
HSL263.63º81.43%53.53%-
HSV(B)263.63º82.83%91.37%-
XYZ22.6711.1178.04-
YUV84.73211.68150.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 40 (16.02% from 255) = 10.28%
BLUE value IS 233 (91.41% from 255) = 59.90%
R=29.82%
G=10.28%
B=59.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal116402330.500.8300.09263.6381.4353.53
Hex7428E93253091085136
Octal164503516212301141012166
Binary1110100101000111010011100101010011010011000010001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7428E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7428E9; }

 p { color: rgb(116,40,233); }

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

<style>
 a { background-color: #7428E9; }

 a { background-color: rgb(116,40,233); }

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

<style>
 span { border-color: #7428E9; }

 span { border-color: rgb(116,40,233); }

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