Shades of Royal Purple #752EAA
Tints of Royal Purple #752EAA
RGB
CMYK
RGB Variations
Color information
#752EAA (or 0x752EAA) is known color: Royal Purple. HEX triplet: 75, 2E and AA. RGB value is (117,46,170). Sum of RGB (Red+Green+Blue) = 117+46+170=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #752EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752EAA is #8AD155. Grayscale: #505050. Windows color (decimal): -9097558 or 11153013. OLE color: 11153013.
HSL color Cylindrical-coordinate representation of color #752EAA: hue angle of 274.35º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752EAA is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 46 | 170 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.33 |
| HSL | 274.35º | 0.57% | 0.42% | - |
| HSV(B) | 274.35º | 0.73% | 0.67% | - |
| XYZ | 15.57 | 8.64 | 38.88 | - |
| YUV | 81.37 | 178.02 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 170 | 0.31 | 0.73 | 0 | 0.33 | 274.35 | 0.57 | 0.42 |
| Hex | 75 | 2E | AA | 1F | 49 | 0 | 21 | 112 | 39 | 2A |
| Octal | 165 | 56 | 252 | 37 | 111 | 0 | 41 | 422 | 71 | 52 |
| Binary | 1110101 | 101110 | 10101010 | 11111 | 1001001 | 0 | 100001 | 100010010 | 111001 | 101010 |
Color Harmonies of #752EAA
Complementary color
Monochromatic Colors of #752EAA
Black with #752EAA
Text Example
Text Example
White with #752EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EAA; }
p { color: rgb(117,46,170); }
H1.HeaderClassName
{
color: #752EAA;
}
.AnyTagClassName
{
color: #752EAA;
}
</style>
background-color css
<style>
a { background-color: #752EAA; }
a { background-color: rgb(117,46,170); }
div.DivClassName
{
background-color: #752EAA;
}
.BgClassName
{
background-color: #752EAA;
}
</style>
border-color css
<style>
span { border-color: #752EAA; }
span { border-color: rgb(117,46,170); }
td.TdClassName
{
border-color: #752EAA;
}
.TagClassName
{
border-color: #752EAA;
}
</style>