Shades of Royal Purple #752CA6
Tints of Royal Purple #752CA6
RGB
CMYK
RGB Variations
Color information
#752CA6 (or 0x752CA6) is known color: Royal Purple. HEX triplet: 75, 2C and A6. RGB value is (117,44,166). Sum of RGB (Red+Green+Blue) = 117+44+166=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #752CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752CA6 is #8AD359. Grayscale: #4F4F4F. Windows color (decimal): -9098074 or 10890357. OLE color: 10890357.
HSL color Cylindrical-coordinate representation of color #752CA6: hue angle of 275.9º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752CA6 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 44 | 166 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.35 |
| HSL | 275.9º | 0.58% | 0.41% | - |
| HSV(B) | 275.9º | 0.73% | 0.65% | - |
| XYZ | 15.12 | 8.34 | 36.89 | - |
| YUV | 79.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 166 | 0.30 | 0.73 | 0 | 0.35 | 275.9 | 0.58 | 0.41 |
| Hex | 75 | 2C | A6 | 1E | 49 | 0 | 23 | 114 | 3A | 29 |
| Octal | 165 | 54 | 246 | 36 | 111 | 0 | 43 | 424 | 72 | 51 |
| Binary | 1110101 | 101100 | 10100110 | 11110 | 1001001 | 0 | 100011 | 100010100 | 111010 | 101001 |
Color Harmonies of #752CA6
Complementary color
Monochromatic Colors of #752CA6
Black with #752CA6
Text Example
Text Example
White with #752CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CA6; }
p { color: rgb(117,44,166); }
H1.HeaderClassName
{
color: #752CA6;
}
.AnyTagClassName
{
color: #752CA6;
}
</style>
background-color css
<style>
a { background-color: #752CA6; }
a { background-color: rgb(117,44,166); }
div.DivClassName
{
background-color: #752CA6;
}
.BgClassName
{
background-color: #752CA6;
}
</style>
border-color css
<style>
span { border-color: #752CA6; }
span { border-color: rgb(117,44,166); }
td.TdClassName
{
border-color: #752CA6;
}
.TagClassName
{
border-color: #752CA6;
}
</style>