#7519E3

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

Shades of Blue Violet #7519E3

Tints of Blue Violet #7519E3

Color information

#7519E3 (or 0x7519E3) is unknown color: approx Blue Violet. HEX triplet: 75, 19 and E3. RGB value is (117,25,227). Sum of RGB (Red+Green+Blue) = 117+25+227=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #7519E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519E3 is #8AE61C. Grayscale: #4A4A4A. Windows color (decimal): -9102877 or 14883189. OLE color: 14883189.

HSL color Cylindrical-coordinate representation of color #7519E3: hue angle of 267.33º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7519E3 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11725227-
CMYK0.480.8900.11
HSL267.33º80.16%49.41%-
HSV(B)267.33º88.99%89.02%-
XYZ21.5510.0273.47-
YUV75.54213.48157.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 25 (10.16% from 255) = 6.78%
BLUE value IS 227 (89.06% from 255) = 61.52%
R=31.71%
G=6.78%
B=61.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117252270.480.8900.11267.3380.1649.41
Hex7519E330590B10b5031
Octal165313436013101341312061
Binary111010111001111000111100001011001010111000010111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7519E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7519E3; }

 p { color: rgb(117,25,227); }

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

<style>
 a { background-color: #7519E3; }

 a { background-color: rgb(117,25,227); }

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

<style>
 span { border-color: #7519E3; }

 span { border-color: rgb(117,25,227); }

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