Shades of Blue Violet #752DDD
Tints of Blue Violet #752DDD
RGB
CMYK
RGB Variations
Color information
#752DDD (or 0x752DDD) is known color: Blue Violet. HEX triplet: 75, 2D and DD. RGB value is (117,45,221). Sum of RGB (Red+Green+Blue) = 117+45+221=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #752DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DDD is #8AD222. Grayscale: #555555. Windows color (decimal): -9097763 or 14495093. OLE color: 14495093.
HSL color Cylindrical-coordinate representation of color #752DDD: hue angle of 264.55º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752DDD is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 45 | 221 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.13 |
| HSL | 264.55º | 0.72% | 0.52% | - |
| HSV(B) | 264.55º | 0.8% | 0.87% | - |
| XYZ | 21.33 | 10.88 | 69.38 | - |
| YUV | 86.59 | 203.85 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 221 | 0.47 | 0.80 | 0 | 0.13 | 264.55 | 0.72 | 0.52 |
| Hex | 75 | 2D | DD | 2F | 50 | 0 | D | 109 | 48 | 34 |
| Octal | 165 | 55 | 335 | 57 | 120 | 0 | 15 | 411 | 110 | 64 |
| Binary | 1110101 | 101101 | 11011101 | 101111 | 1010000 | 0 | 1101 | 100001001 | 1001000 | 110100 |
Color Harmonies of #752DDD
Complementary color
Monochromatic Colors of #752DDD
Black with #752DDD
Text Example
Text Example
White with #752DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DDD; }
p { color: rgb(117,45,221); }
H1.HeaderClassName
{
color: #752DDD;
}
.AnyTagClassName
{
color: #752DDD;
}
</style>
background-color css
<style>
a { background-color: #752DDD; }
a { background-color: rgb(117,45,221); }
div.DivClassName
{
background-color: #752DDD;
}
.BgClassName
{
background-color: #752DDD;
}
</style>
border-color css
<style>
span { border-color: #752DDD; }
span { border-color: rgb(117,45,221); }
td.TdClassName
{
border-color: #752DDD;
}
.TagClassName
{
border-color: #752DDD;
}
</style>