Shades of Royal Purple #752DAB
Tints of Royal Purple #752DAB
RGB
CMYK
RGB Variations
Color information
#752DAB (or 0x752DAB) is known color: Royal Purple. HEX triplet: 75, 2D and AB. RGB value is (117,45,171). Sum of RGB (Red+Green+Blue) = 117+45+171=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #752DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752DAB is #8AD254. Grayscale: #505050. Windows color (decimal): -9097813 or 11218293. OLE color: 11218293.
HSL color Cylindrical-coordinate representation of color #752DAB: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752DAB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 45 | 171 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.33 |
| HSL | 274.29º | 0.58% | 0.42% | - |
| HSV(B) | 274.29º | 0.74% | 0.67% | - |
| XYZ | 15.63 | 8.6 | 39.36 | - |
| YUV | 80.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 171 | 0.32 | 0.74 | 0 | 0.33 | 274.29 | 0.58 | 0.42 |
| Hex | 75 | 2D | AB | 20 | 4A | 0 | 21 | 112 | 3A | 2A |
| Octal | 165 | 55 | 253 | 40 | 112 | 0 | 41 | 422 | 72 | 52 |
| Binary | 1110101 | 101101 | 10101011 | 100000 | 1001010 | 0 | 100001 | 100010010 | 111010 | 101010 |
Color Harmonies of #752DAB
Complementary color
Monochromatic Colors of #752DAB
Black with #752DAB
Text Example
Text Example
White with #752DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DAB; }
p { color: rgb(117,45,171); }
H1.HeaderClassName
{
color: #752DAB;
}
.AnyTagClassName
{
color: #752DAB;
}
</style>
background-color css
<style>
a { background-color: #752DAB; }
a { background-color: rgb(117,45,171); }
div.DivClassName
{
background-color: #752DAB;
}
.BgClassName
{
background-color: #752DAB;
}
</style>
border-color css
<style>
span { border-color: #752DAB; }
span { border-color: rgb(117,45,171); }
td.TdClassName
{
border-color: #752DAB;
}
.TagClassName
{
border-color: #752DAB;
}
</style>