#7240E1

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

Shades of Blue Violet #7240E1

Tints of Blue Violet #7240E1

Color information

#7240E1 (or 0x7240E1) is unknown color: approx Blue Violet. HEX triplet: 72, 40 and E1. RGB value is (114,64,225). Sum of RGB (Red+Green+Blue) = 114+64+225=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #7240E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7240E1 is #8DBF1E. Grayscale: #606060. Windows color (decimal): -9289503 or 14762098. OLE color: 14762098.

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

Color convert

RGB11464225-
CMYK0.490.7200.12
HSL258.63º72.85%56.67%-
HSV(B)258.63º71.56%88.24%-
XYZ22.3612.6872.5-
YUV97.3200.06139.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=28.29%
G=15.88%
B=55.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114642250.490.7200.12258.6372.8556.67
Hex7240E131480C1034939
Octal1621003416111001440311171
Binary11100101000000111000011100011001000011001000000111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7240E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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