#7412E0

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

Shades of Blue Violet #7412E0

Tints of Blue Violet #7412E0

Color information

#7412E0 (or 0x7412E0) is unknown color: approx Blue Violet. HEX triplet: 74, 12 and E0. RGB value is (116,18,224). Sum of RGB (Red+Green+Blue) = 116+18+224=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #7412E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412E0 is #8BED1F. Grayscale: #464646. Windows color (decimal): -9170208 or 14684788. OLE color: 14684788.

HSL color Cylindrical-coordinate representation of color #7412E0: hue angle of 268.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7412E0 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11618224-
CMYK0.480.9200.12
HSL268.54º85.12%47.45%-
HSV(B)268.54º91.96%87.84%-
XYZ20.879.5371.26-
YUV70.79214.47160.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.40%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 224 (87.89% from 255) = 62.57%
R=32.40%
G=5.03%
B=62.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal116182240.480.9200.12268.5485.1247.45
Hex7412E0305C0C10d552f
Octal164223406013401441512557
Binary111010010010111000001100001011100011001000011011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7412E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7412E0; }

 p { color: rgb(116,18,224); }

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

<style>
 a { background-color: #7412E0; }

 a { background-color: rgb(116,18,224); }

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

<style>
 span { border-color: #7412E0; }

 span { border-color: rgb(116,18,224); }

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