Shades of Blue Violet #7518EA
Tints of Blue Violet #7518EA
RGB
CMYK
RGB Variations
Color information
#7518EA (or 0x7518EA) is known color: Blue Violet. HEX triplet: 75, 18 and EA. RGB value is (117,24,234). Sum of RGB (Red+Green+Blue) = 117+24+234=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #7518EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7518EA is #8AE715. Grayscale: #4B4B4B. Windows color (decimal): -9103126 or 15341685. OLE color: 15341685.
HSL color Cylindrical-coordinate representation of color #7518EA: hue angle of 266.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7518EA is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 24 | 234 | - |
| CMYK | 0.5 | 0.90 | 0 | 0.08 |
| HSL | 266.57º | 0.83% | 0.51% | - |
| HSV(B) | 266.57º | 0.9% | 0.92% | - |
| XYZ | 22.51 | 10.38 | 78.66 | - |
| YUV | 75.75 | 217.31 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 234 | 0.5 | 0.90 | 0 | 0.08 | 266.57 | 0.83 | 0.51 |
| Hex | 75 | 18 | EA | 32 | 5A | 0 | 8 | 10B | 53 | 33 |
| Octal | 165 | 30 | 352 | 62 | 132 | 0 | 10 | 413 | 123 | 63 |
| Binary | 1110101 | 11000 | 11101010 | 110010 | 1011010 | 0 | 1000 | 100001011 | 1010011 | 110011 |
Color Harmonies of #7518EA
Complementary color
Monochromatic Colors of #7518EA
Black with #7518EA
Text Example
Text Example
White with #7518EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7518EA; }
p { color: rgb(117,24,234); }
H1.HeaderClassName
{
color: #7518EA;
}
.AnyTagClassName
{
color: #7518EA;
}
</style>
background-color css
<style>
a { background-color: #7518EA; }
a { background-color: rgb(117,24,234); }
div.DivClassName
{
background-color: #7518EA;
}
.BgClassName
{
background-color: #7518EA;
}
</style>
border-color css
<style>
span { border-color: #7518EA; }
span { border-color: rgb(117,24,234); }
td.TdClassName
{
border-color: #7518EA;
}
.TagClassName
{
border-color: #7518EA;
}
</style>