Shades of Blue Violet #750FDD
Tints of Blue Violet #750FDD
RGB
CMYK
RGB Variations
Color information
#750FDD (or 0x750FDD) is known color: Blue Violet. HEX triplet: 75, 0F and DD. RGB value is (117,15,221). Sum of RGB (Red+Green+Blue) = 117+15+221=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #750FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FDD is #8AF022. Grayscale: #444444. Windows color (decimal): -9105443 or 14487413. OLE color: 14487413.
HSL color Cylindrical-coordinate representation of color #750FDD: hue angle of 269.71º degrees, saturation: 0.87, 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 #750FDD is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 15 | 221 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.13 |
| HSL | 269.71º | 0.87% | 0.46% | - |
| HSV(B) | 269.71º | 0.93% | 0.87% | - |
| XYZ | 20.56 | 9.34 | 69.13 | - |
| YUV | 68.98 | 213.79 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 221 | 0.47 | 0.93 | 0 | 0.13 | 269.71 | 0.87 | 0.46 |
| Hex | 75 | F | DD | 2F | 5D | 0 | D | 10E | 57 | 2E |
| Octal | 165 | 17 | 335 | 57 | 135 | 0 | 15 | 416 | 127 | 56 |
| Binary | 1110101 | 1111 | 11011101 | 101111 | 1011101 | 0 | 1101 | 100001110 | 1010111 | 101110 |
Color Harmonies of #750FDD
Complementary color
Monochromatic Colors of #750FDD
Black with #750FDD
Text Example
Text Example
White with #750FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FDD; }
p { color: rgb(117,15,221); }
H1.HeaderClassName
{
color: #750FDD;
}
.AnyTagClassName
{
color: #750FDD;
}
</style>
background-color css
<style>
a { background-color: #750FDD; }
a { background-color: rgb(117,15,221); }
div.DivClassName
{
background-color: #750FDD;
}
.BgClassName
{
background-color: #750FDD;
}
</style>
border-color css
<style>
span { border-color: #750FDD; }
span { border-color: rgb(117,15,221); }
td.TdClassName
{
border-color: #750FDD;
}
.TagClassName
{
border-color: #750FDD;
}
</style>