Shades of Blue Violet #7510DD
Tints of Blue Violet #7510DD
RGB
CMYK
RGB Variations
Color information
#7510DD (or 0x7510DD) is known color: Blue Violet. HEX triplet: 75, 10 and DD. RGB value is (117,16,221). Sum of RGB (Red+Green+Blue) = 117+16+221=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #7510DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7510DD is #8AEF22. Grayscale: #444444. Windows color (decimal): -9105187 or 14487669. OLE color: 14487669.
HSL color Cylindrical-coordinate representation of color #7510DD: hue angle of 269.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7510DD is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 16 | 221 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.13 |
| HSL | 269.56º | 0.86% | 0.46% | - |
| HSV(B) | 269.56º | 0.93% | 0.87% | - |
| XYZ | 20.57 | 9.37 | 69.13 | - |
| YUV | 69.57 | 213.46 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 221 | 0.47 | 0.93 | 0 | 0.13 | 269.56 | 0.86 | 0.46 |
| Hex | 75 | 10 | DD | 2F | 5D | 0 | D | 10E | 56 | 2E |
| Octal | 165 | 20 | 335 | 57 | 135 | 0 | 15 | 416 | 126 | 56 |
| Binary | 1110101 | 10000 | 11011101 | 101111 | 1011101 | 0 | 1101 | 100001110 | 1010110 | 101110 |
Color Harmonies of #7510DD
Complementary color
Monochromatic Colors of #7510DD
Black with #7510DD
Text Example
Text Example
White with #7510DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7510DD; }
p { color: rgb(117,16,221); }
H1.HeaderClassName
{
color: #7510DD;
}
.AnyTagClassName
{
color: #7510DD;
}
</style>
background-color css
<style>
a { background-color: #7510DD; }
a { background-color: rgb(117,16,221); }
div.DivClassName
{
background-color: #7510DD;
}
.BgClassName
{
background-color: #7510DD;
}
</style>
border-color css
<style>
span { border-color: #7510DD; }
span { border-color: rgb(117,16,221); }
td.TdClassName
{
border-color: #7510DD;
}
.TagClassName
{
border-color: #7510DD;
}
</style>