Shades of Royal Purple #752FAA
Tints of Royal Purple #752FAA
RGB
CMYK
RGB Variations
Color information
#752FAA (or 0x752FAA) is known color: Royal Purple. HEX triplet: 75, 2F and AA. RGB value is (117,47,170). Sum of RGB (Red+Green+Blue) = 117+47+170=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #752FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752FAA is #8AD055. Grayscale: #515151. Windows color (decimal): -9097302 or 11153269. OLE color: 11153269.
HSL color Cylindrical-coordinate representation of color #752FAA: hue angle of 274.15º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752FAA is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 47 | 170 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.33 |
| HSL | 274.15º | 0.57% | 0.43% | - |
| HSV(B) | 274.15º | 0.72% | 0.67% | - |
| XYZ | 15.61 | 8.72 | 38.89 | - |
| YUV | 81.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 170 | 0.31 | 0.72 | 0 | 0.33 | 274.15 | 0.57 | 0.43 |
| Hex | 75 | 2F | AA | 1F | 48 | 0 | 21 | 112 | 39 | 2B |
| Octal | 165 | 57 | 252 | 37 | 110 | 0 | 41 | 422 | 71 | 53 |
| Binary | 1110101 | 101111 | 10101010 | 11111 | 1001000 | 0 | 100001 | 100010010 | 111001 | 101011 |
Color Harmonies of #752FAA
Complementary color
Monochromatic Colors of #752FAA
Black with #752FAA
Text Example
Text Example
White with #752FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FAA; }
p { color: rgb(117,47,170); }
H1.HeaderClassName
{
color: #752FAA;
}
.AnyTagClassName
{
color: #752FAA;
}
</style>
background-color css
<style>
a { background-color: #752FAA; }
a { background-color: rgb(117,47,170); }
div.DivClassName
{
background-color: #752FAA;
}
.BgClassName
{
background-color: #752FAA;
}
</style>
border-color css
<style>
span { border-color: #752FAA; }
span { border-color: rgb(117,47,170); }
td.TdClassName
{
border-color: #752FAA;
}
.TagClassName
{
border-color: #752FAA;
}
</style>