Shades of Blue Violet #7510DB
Tints of Blue Violet #7510DB
RGB
CMYK
RGB Variations
Color information
#7510DB (or 0x7510DB) is known color: Blue Violet. HEX triplet: 75, 10 and DB. RGB value is (117,16,219). Sum of RGB (Red+Green+Blue) = 117+16+219=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #7510DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7510DB is #8AEF24. Grayscale: #444444. Windows color (decimal): -9105189 or 14356597. OLE color: 14356597.
HSL color Cylindrical-coordinate representation of color #7510DB: hue angle of 269.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7510DB is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 16 | 219 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.14 |
| HSL | 269.85º | 0.86% | 0.46% | - |
| HSV(B) | 269.85º | 0.93% | 0.86% | - |
| XYZ | 20.31 | 9.27 | 67.74 | - |
| YUV | 69.34 | 212.46 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 219 | 0.47 | 0.93 | 0 | 0.14 | 269.85 | 0.86 | 0.46 |
| Hex | 75 | 10 | DB | 2F | 5D | 0 | E | 10E | 56 | 2E |
| Octal | 165 | 20 | 333 | 57 | 135 | 0 | 16 | 416 | 126 | 56 |
| Binary | 1110101 | 10000 | 11011011 | 101111 | 1011101 | 0 | 1110 | 100001110 | 1010110 | 101110 |
Color Harmonies of #7510DB
Complementary color
Monochromatic Colors of #7510DB
Black with #7510DB
Text Example
Text Example
White with #7510DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7510DB; }
p { color: rgb(117,16,219); }
H1.HeaderClassName
{
color: #7510DB;
}
.AnyTagClassName
{
color: #7510DB;
}
</style>
background-color css
<style>
a { background-color: #7510DB; }
a { background-color: rgb(117,16,219); }
div.DivClassName
{
background-color: #7510DB;
}
.BgClassName
{
background-color: #7510DB;
}
</style>
border-color css
<style>
span { border-color: #7510DB; }
span { border-color: rgb(117,16,219); }
td.TdClassName
{
border-color: #7510DB;
}
.TagClassName
{
border-color: #7510DB;
}
</style>