Shades of Royal Purple #752FA1
Tints of Royal Purple #752FA1
RGB
CMYK
RGB Variations
Color information
#752FA1 (or 0x752FA1) is known color: Royal Purple. HEX triplet: 75, 2F and A1. RGB value is (117,47,161). Sum of RGB (Red+Green+Blue) = 117+47+161=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #752FA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752FA1 is #8AD05E. Grayscale: #505050. Windows color (decimal): -9097311 or 10563445. OLE color: 10563445.
HSL color Cylindrical-coordinate representation of color #752FA1: hue angle of 276.84º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752FA1 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 47 | 161 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.37 |
| HSL | 276.84º | 0.55% | 0.41% | - |
| HSV(B) | 276.84º | 0.71% | 0.63% | - |
| XYZ | 14.79 | 8.39 | 34.56 | - |
| YUV | 80.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 161 | 0.27 | 0.71 | 0 | 0.37 | 276.84 | 0.55 | 0.41 |
| Hex | 75 | 2F | A1 | 1B | 47 | 0 | 25 | 115 | 37 | 29 |
| Octal | 165 | 57 | 241 | 33 | 107 | 0 | 45 | 425 | 67 | 51 |
| Binary | 1110101 | 101111 | 10100001 | 11011 | 1000111 | 0 | 100101 | 100010101 | 110111 | 101001 |
Color Harmonies of #752FA1
Complementary color
Monochromatic Colors of #752FA1
Black with #752FA1
Text Example
Text Example
White with #752FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FA1; }
p { color: rgb(117,47,161); }
H1.HeaderClassName
{
color: #752FA1;
}
.AnyTagClassName
{
color: #752FA1;
}
</style>
background-color css
<style>
a { background-color: #752FA1; }
a { background-color: rgb(117,47,161); }
div.DivClassName
{
background-color: #752FA1;
}
.BgClassName
{
background-color: #752FA1;
}
</style>
border-color css
<style>
span { border-color: #752FA1; }
span { border-color: rgb(117,47,161); }
td.TdClassName
{
border-color: #752FA1;
}
.TagClassName
{
border-color: #752FA1;
}
</style>