Shades of Blue Violet #752BDD
Tints of Blue Violet #752BDD
RGB
CMYK
RGB Variations
Color information
#752BDD (or 0x752BDD) is known color: Blue Violet. HEX triplet: 75, 2B and DD. RGB value is (117,43,221). Sum of RGB (Red+Green+Blue) = 117+43+221=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #752BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BDD is #8AD422. Grayscale: #545454. Windows color (decimal): -9098275 or 14494581. OLE color: 14494581.
HSL color Cylindrical-coordinate representation of color #752BDD: hue angle of 264.94º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752BDD is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 43 | 221 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.13 |
| HSL | 264.94º | 0.72% | 0.52% | - |
| HSV(B) | 264.94º | 0.81% | 0.87% | - |
| XYZ | 21.25 | 10.73 | 69.36 | - |
| YUV | 85.42 | 204.52 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 221 | 0.47 | 0.81 | 0 | 0.13 | 264.94 | 0.72 | 0.52 |
| Hex | 75 | 2B | DD | 2F | 51 | 0 | D | 109 | 48 | 34 |
| Octal | 165 | 53 | 335 | 57 | 121 | 0 | 15 | 411 | 110 | 64 |
| Binary | 1110101 | 101011 | 11011101 | 101111 | 1010001 | 0 | 1101 | 100001001 | 1001000 | 110100 |
Color Harmonies of #752BDD
Complementary color
Monochromatic Colors of #752BDD
Black with #752BDD
Text Example
Text Example
White with #752BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BDD; }
p { color: rgb(117,43,221); }
H1.HeaderClassName
{
color: #752BDD;
}
.AnyTagClassName
{
color: #752BDD;
}
</style>
background-color css
<style>
a { background-color: #752BDD; }
a { background-color: rgb(117,43,221); }
div.DivClassName
{
background-color: #752BDD;
}
.BgClassName
{
background-color: #752BDD;
}
</style>
border-color css
<style>
span { border-color: #752BDD; }
span { border-color: rgb(117,43,221); }
td.TdClassName
{
border-color: #752BDD;
}
.TagClassName
{
border-color: #752BDD;
}
</style>