Shades of Royal Purple #752AAE
Tints of Royal Purple #752AAE
RGB
CMYK
RGB Variations
Color information
#752AAE (or 0x752AAE) is known color: Royal Purple. HEX triplet: 75, 2A and AE. RGB value is (117,42,174). Sum of RGB (Red+Green+Blue) = 117+42+174=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #752AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752AAE is #8AD551. Grayscale: #4F4F4F. Windows color (decimal): -9098578 or 11414133. OLE color: 11414133.
HSL color Cylindrical-coordinate representation of color #752AAE: hue angle of 274.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752AAE is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 42 | 174 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.32 |
| HSL | 274.09º | 0.61% | 0.42% | - |
| HSV(B) | 274.09º | 0.76% | 0.68% | - |
| XYZ | 15.8 | 8.49 | 40.85 | - |
| YUV | 79.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 174 | 0.33 | 0.76 | 0 | 0.32 | 274.09 | 0.61 | 0.42 |
| Hex | 75 | 2A | AE | 21 | 4C | 0 | 20 | 112 | 3D | 2A |
| Octal | 165 | 52 | 256 | 41 | 114 | 0 | 40 | 422 | 75 | 52 |
| Binary | 1110101 | 101010 | 10101110 | 100001 | 1001100 | 0 | 100000 | 100010010 | 111101 | 101010 |
Color Harmonies of #752AAE
Complementary color
Monochromatic Colors of #752AAE
Black with #752AAE
Text Example
Text Example
White with #752AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AAE; }
p { color: rgb(117,42,174); }
H1.HeaderClassName
{
color: #752AAE;
}
.AnyTagClassName
{
color: #752AAE;
}
</style>
background-color css
<style>
a { background-color: #752AAE; }
a { background-color: rgb(117,42,174); }
div.DivClassName
{
background-color: #752AAE;
}
.BgClassName
{
background-color: #752AAE;
}
</style>
border-color css
<style>
span { border-color: #752AAE; }
span { border-color: rgb(117,42,174); }
td.TdClassName
{
border-color: #752AAE;
}
.TagClassName
{
border-color: #752AAE;
}
</style>