Shades of Royal Purple #752EA3
Tints of Royal Purple #752EA3
RGB
CMYK
RGB Variations
Color information
#752EA3 (or 0x752EA3) is known color: Royal Purple. HEX triplet: 75, 2E and A3. RGB value is (117,46,163). Sum of RGB (Red+Green+Blue) = 117+46+163=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #752EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752EA3 is #8AD15C. Grayscale: #505050. Windows color (decimal): -9097565 or 10694261. OLE color: 10694261.
HSL color Cylindrical-coordinate representation of color #752EA3: hue angle of 276.41º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752EA3 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 46 | 163 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.36 |
| HSL | 276.41º | 0.56% | 0.41% | - |
| HSV(B) | 276.41º | 0.72% | 0.64% | - |
| XYZ | 14.92 | 8.38 | 35.48 | - |
| YUV | 80.57 | 174.52 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 163 | 0.28 | 0.72 | 0 | 0.36 | 276.41 | 0.56 | 0.41 |
| Hex | 75 | 2E | A3 | 1C | 48 | 0 | 24 | 114 | 38 | 29 |
| Octal | 165 | 56 | 243 | 34 | 110 | 0 | 44 | 424 | 70 | 51 |
| Binary | 1110101 | 101110 | 10100011 | 11100 | 1001000 | 0 | 100100 | 100010100 | 111000 | 101001 |
Color Harmonies of #752EA3
Complementary color
Monochromatic Colors of #752EA3
Black with #752EA3
Text Example
Text Example
White with #752EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EA3; }
p { color: rgb(117,46,163); }
H1.HeaderClassName
{
color: #752EA3;
}
.AnyTagClassName
{
color: #752EA3;
}
</style>
background-color css
<style>
a { background-color: #752EA3; }
a { background-color: rgb(117,46,163); }
div.DivClassName
{
background-color: #752EA3;
}
.BgClassName
{
background-color: #752EA3;
}
</style>
border-color css
<style>
span { border-color: #752EA3; }
span { border-color: rgb(117,46,163); }
td.TdClassName
{
border-color: #752EA3;
}
.TagClassName
{
border-color: #752EA3;
}
</style>