Shades of Blue Violet #7515E0
Tints of Blue Violet #7515E0
RGB
CMYK
RGB Variations
Color information
#7515E0 (or 0x7515E0) is known color: Blue Violet. HEX triplet: 75, 15 and E0. RGB value is (117,21,224). Sum of RGB (Red+Green+Blue) = 117+21+224=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 224 (87.89% from 255 or 61.88% from 362); Max value from RGB is 224 - color contains mainly: blue. Hex color #7515E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7515E0 is #8AEA1F. Grayscale: #484848. Windows color (decimal): -9103904 or 14685557. OLE color: 14685557.
HSL color Cylindrical-coordinate representation of color #7515E0: hue angle of 268.37º 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 #7515E0 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 21 | 224 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.12 |
| HSL | 268.37º | 0.83% | 0.48% | - |
| HSV(B) | 268.37º | 0.91% | 0.88% | - |
| XYZ | 21.06 | 9.7 | 71.28 | - |
| YUV | 72.85 | 213.3 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 224 | 0.48 | 0.91 | 0 | 0.12 | 268.37 | 0.83 | 0.48 |
| Hex | 75 | 15 | E0 | 30 | 5B | 0 | C | 10C | 53 | 30 |
| Octal | 165 | 25 | 340 | 60 | 133 | 0 | 14 | 414 | 123 | 60 |
| Binary | 1110101 | 10101 | 11100000 | 110000 | 1011011 | 0 | 1100 | 100001100 | 1010011 | 110000 |
Color Harmonies of #7515E0
Complementary color
Monochromatic Colors of #7515E0
Black with #7515E0
Text Example
Text Example
White with #7515E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7515E0; }
p { color: rgb(117,21,224); }
H1.HeaderClassName
{
color: #7515E0;
}
.AnyTagClassName
{
color: #7515E0;
}
</style>
background-color css
<style>
a { background-color: #7515E0; }
a { background-color: rgb(117,21,224); }
div.DivClassName
{
background-color: #7515E0;
}
.BgClassName
{
background-color: #7515E0;
}
</style>
border-color css
<style>
span { border-color: #7515E0; }
span { border-color: rgb(117,21,224); }
td.TdClassName
{
border-color: #7515E0;
}
.TagClassName
{
border-color: #7515E0;
}
</style>