Shades of Blue Violet #750DDD
Tints of Blue Violet #750DDD
RGB
CMYK
RGB Variations
Color information
#750DDD (or 0x750DDD) is known color: Blue Violet. HEX triplet: 75, 0D and DD. RGB value is (117,13,221). Sum of RGB (Red+Green+Blue) = 117+13+221=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #750DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DDD is #8AF222. Grayscale: #434343. Windows color (decimal): -9105955 or 14486901. OLE color: 14486901.
HSL color Cylindrical-coordinate representation of color #750DDD: hue angle of 270º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750DDD is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 13 | 221 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.13 |
| HSL | 270º | 0.89% | 0.46% | - |
| HSV(B) | 270º | 0.94% | 0.87% | - |
| XYZ | 20.53 | 9.29 | 69.12 | - |
| YUV | 67.81 | 214.46 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 221 | 0.47 | 0.94 | 0 | 0.13 | 270 | 0.89 | 0.46 |
| Hex | 75 | D | DD | 2F | 5E | 0 | D | 10E | 59 | 2E |
| Octal | 165 | 15 | 335 | 57 | 136 | 0 | 15 | 416 | 131 | 56 |
| Binary | 1110101 | 1101 | 11011101 | 101111 | 1011110 | 0 | 1101 | 100001110 | 1011001 | 101110 |
Color Harmonies of #750DDD
Complementary color
Monochromatic Colors of #750DDD
Black with #750DDD
Text Example
Text Example
White with #750DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750DDD; }
p { color: rgb(117,13,221); }
H1.HeaderClassName
{
color: #750DDD;
}
.AnyTagClassName
{
color: #750DDD;
}
</style>
background-color css
<style>
a { background-color: #750DDD; }
a { background-color: rgb(117,13,221); }
div.DivClassName
{
background-color: #750DDD;
}
.BgClassName
{
background-color: #750DDD;
}
</style>
border-color css
<style>
span { border-color: #750DDD; }
span { border-color: rgb(117,13,221); }
td.TdClassName
{
border-color: #750DDD;
}
.TagClassName
{
border-color: #750DDD;
}
</style>