#7518ED

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

Shades of Blue Violet #7518ED

Tints of Blue Violet #7518ED

Color information

#7518ED (or 0x7518ED) is unknown color: approx Blue Violet. HEX triplet: 75, 18 and ED. RGB value is (117,24,237). Sum of RGB (Red+Green+Blue) = 117+24+237=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #7518ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7518ED is #8AE712. Grayscale: #4B4B4B. Windows color (decimal): -9103123 or 15538293. OLE color: 15538293.

HSL color Cylindrical-coordinate representation of color #7518ED: hue angle of 266.2º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7518ED is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11724237-
CMYK0.510.9000.07
HSL266.2º85.54%51.18%-
HSV(B)266.2º89.87%92.94%-
XYZ22.9510.5580.95-
YUV76.09218.81157.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 24 (9.77% from 255) = 6.35%
BLUE value IS 237 (92.97% from 255) = 62.70%
R=30.95%
G=6.35%
B=62.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal117242370.510.9000.07266.285.5451.18
Hex7518ED335A0710a5633
Octal16530355631320741212663
Binary11101011100011101101110011101101001111000010101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7518ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7518ED; }

 p { color: rgb(117,24,237); }

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

<style>
 a { background-color: #7518ED; }

 a { background-color: rgb(117,24,237); }

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

<style>
 span { border-color: #7518ED; }

 span { border-color: rgb(117,24,237); }

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