Shades of Blue Violet #7615E1
Tints of Blue Violet #7615E1
RGB
CMYK
RGB Variations
Color information
#7615E1 (or 0x7615E1) is known color: Blue Violet. HEX triplet: 76, 15 and E1. RGB value is (118,21,225). Sum of RGB (Red+Green+Blue) = 118+21+225=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 225 (88.28% from 255 or 61.81% from 364); Max value from RGB is 225 - color contains mainly: blue. Hex color #7615E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7615E1 is #89EA1E. Grayscale: #484848. Windows color (decimal): -9038367 or 14751094. OLE color: 14751094.
HSL color Cylindrical-coordinate representation of color #7615E1: hue angle of 268.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7615E1 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 21 | 225 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.12 |
| HSL | 268.53º | 0.83% | 0.48% | - |
| HSV(B) | 268.53º | 0.91% | 0.88% | - |
| XYZ | 21.33 | 9.82 | 72.01 | - |
| YUV | 73.26 | 213.64 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 225 | 0.48 | 0.91 | 0 | 0.12 | 268.53 | 0.83 | 0.48 |
| Hex | 76 | 15 | E1 | 30 | 5B | 0 | C | 10D | 53 | 30 |
| Octal | 166 | 25 | 341 | 60 | 133 | 0 | 14 | 415 | 123 | 60 |
| Binary | 1110110 | 10101 | 11100001 | 110000 | 1011011 | 0 | 1100 | 100001101 | 1010011 | 110000 |
Color Harmonies of #7615E1
Complementary color
Monochromatic Colors of #7615E1
Black with #7615E1
Text Example
Text Example
White with #7615E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7615E1; }
p { color: rgb(118,21,225); }
H1.HeaderClassName
{
color: #7615E1;
}
.AnyTagClassName
{
color: #7615E1;
}
</style>
background-color css
<style>
a { background-color: #7615E1; }
a { background-color: rgb(118,21,225); }
div.DivClassName
{
background-color: #7615E1;
}
.BgClassName
{
background-color: #7615E1;
}
</style>
border-color css
<style>
span { border-color: #7615E1; }
span { border-color: rgb(118,21,225); }
td.TdClassName
{
border-color: #7615E1;
}
.TagClassName
{
border-color: #7615E1;
}
</style>