Shades of Blue Violet #751DDD
Tints of Blue Violet #751DDD
RGB
CMYK
RGB Variations
Color information
#751DDD (or 0x751DDD) is known color: Blue Violet. HEX triplet: 75, 1D and DD. RGB value is (117,29,221). Sum of RGB (Red+Green+Blue) = 117+29+221=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #751DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DDD is #8AE222. Grayscale: #4C4C4C. Windows color (decimal): -9101859 or 14490997. OLE color: 14490997.
HSL color Cylindrical-coordinate representation of color #751DDD: hue angle of 267.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751DDD is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 29 | 221 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.13 |
| HSL | 267.5º | 0.77% | 0.49% | - |
| HSV(B) | 267.5º | 0.87% | 0.87% | - |
| XYZ | 20.83 | 9.88 | 69.22 | - |
| YUV | 77.2 | 209.15 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 221 | 0.47 | 0.87 | 0 | 0.13 | 267.5 | 0.77 | 0.49 |
| Hex | 75 | 1D | DD | 2F | 57 | 0 | D | 10C | 4D | 31 |
| Octal | 165 | 35 | 335 | 57 | 127 | 0 | 15 | 414 | 115 | 61 |
| Binary | 1110101 | 11101 | 11011101 | 101111 | 1010111 | 0 | 1101 | 100001100 | 1001101 | 110001 |
Color Harmonies of #751DDD
Complementary color
Monochromatic Colors of #751DDD
Black with #751DDD
Text Example
Text Example
White with #751DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751DDD; }
p { color: rgb(117,29,221); }
H1.HeaderClassName
{
color: #751DDD;
}
.AnyTagClassName
{
color: #751DDD;
}
</style>
background-color css
<style>
a { background-color: #751DDD; }
a { background-color: rgb(117,29,221); }
div.DivClassName
{
background-color: #751DDD;
}
.BgClassName
{
background-color: #751DDD;
}
</style>
border-color css
<style>
span { border-color: #751DDD; }
span { border-color: rgb(117,29,221); }
td.TdClassName
{
border-color: #751DDD;
}
.TagClassName
{
border-color: #751DDD;
}
</style>