Shades of Royal Purple #752BAC
Tints of Royal Purple #752BAC
RGB
CMYK
RGB Variations
Color information
#752BAC (or 0x752BAC) is known color: Royal Purple. HEX triplet: 75, 2B and AC. RGB value is (117,43,172). Sum of RGB (Red+Green+Blue) = 117+43+172=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #752BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752BAC is #8AD453. Grayscale: #4F4F4F. Windows color (decimal): -9098324 or 11283317. OLE color: 11283317.
HSL color Cylindrical-coordinate representation of color #752BAC: hue angle of 274.42º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752BAC is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 43 | 172 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.33 |
| HSL | 274.42º | 0.6% | 0.42% | - |
| HSV(B) | 274.42º | 0.75% | 0.67% | - |
| XYZ | 15.65 | 8.49 | 39.84 | - |
| YUV | 79.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 172 | 0.32 | 0.75 | 0 | 0.33 | 274.42 | 0.6 | 0.42 |
| Hex | 75 | 2B | AC | 20 | 4B | 0 | 21 | 112 | 3C | 2A |
| Octal | 165 | 53 | 254 | 40 | 113 | 0 | 41 | 422 | 74 | 52 |
| Binary | 1110101 | 101011 | 10101100 | 100000 | 1001011 | 0 | 100001 | 100010010 | 111100 | 101010 |
Color Harmonies of #752BAC
Complementary color
Monochromatic Colors of #752BAC
Black with #752BAC
Text Example
Text Example
White with #752BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BAC; }
p { color: rgb(117,43,172); }
H1.HeaderClassName
{
color: #752BAC;
}
.AnyTagClassName
{
color: #752BAC;
}
</style>
background-color css
<style>
a { background-color: #752BAC; }
a { background-color: rgb(117,43,172); }
div.DivClassName
{
background-color: #752BAC;
}
.BgClassName
{
background-color: #752BAC;
}
</style>
border-color css
<style>
span { border-color: #752BAC; }
span { border-color: rgb(117,43,172); }
td.TdClassName
{
border-color: #752BAC;
}
.TagClassName
{
border-color: #752BAC;
}
</style>