Shades of Royal Purple #752CA1
Tints of Royal Purple #752CA1
RGB
CMYK
RGB Variations
Color information
#752CA1 (or 0x752CA1) is known color: Royal Purple. HEX triplet: 75, 2C and A1. RGB value is (117,44,161). Sum of RGB (Red+Green+Blue) = 117+44+161=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 161 (63.28% from 255 or 50% from 322); Max value from RGB is 161 - color contains mainly: blue. Hex color #752CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752CA1 is #8AD35E. Grayscale: #4E4E4E. Windows color (decimal): -9098079 or 10562677. OLE color: 10562677.
HSL color Cylindrical-coordinate representation of color #752CA1: hue angle of 277.44º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752CA1 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 44 | 161 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.37 |
| HSL | 277.44º | 0.57% | 0.4% | - |
| HSV(B) | 277.44º | 0.73% | 0.63% | - |
| XYZ | 14.67 | 8.16 | 34.52 | - |
| YUV | 79.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 161 | 0.27 | 0.73 | 0 | 0.37 | 277.44 | 0.57 | 0.4 |
| Hex | 75 | 2C | A1 | 1B | 49 | 0 | 25 | 115 | 39 | 28 |
| Octal | 165 | 54 | 241 | 33 | 111 | 0 | 45 | 425 | 71 | 50 |
| Binary | 1110101 | 101100 | 10100001 | 11011 | 1001001 | 0 | 100101 | 100010101 | 111001 | 101000 |
Color Harmonies of #752CA1
Complementary color
Monochromatic Colors of #752CA1
Black with #752CA1
Text Example
Text Example
White with #752CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CA1; }
p { color: rgb(117,44,161); }
H1.HeaderClassName
{
color: #752CA1;
}
.AnyTagClassName
{
color: #752CA1;
}
</style>
background-color css
<style>
a { background-color: #752CA1; }
a { background-color: rgb(117,44,161); }
div.DivClassName
{
background-color: #752CA1;
}
.BgClassName
{
background-color: #752CA1;
}
</style>
border-color css
<style>
span { border-color: #752CA1; }
span { border-color: rgb(117,44,161); }
td.TdClassName
{
border-color: #752CA1;
}
.TagClassName
{
border-color: #752CA1;
}
</style>