Shades of Royal Purple #752F9E
Tints of Royal Purple #752F9E
RGB
CMYK
RGB Variations
Color information
#752F9E (or 0x752F9E) is known color: Royal Purple. HEX triplet: 75, 2F and 9E. RGB value is (117,47,158). Sum of RGB (Red+Green+Blue) = 117+47+158=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #752F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F9E is #8AD061. Grayscale: #505050. Windows color (decimal): -9097314 or 10366837. OLE color: 10366837.
HSL color Cylindrical-coordinate representation of color #752F9E: hue angle of 277.84º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752F9E is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 47 | 158 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.38 |
| HSL | 277.84º | 0.54% | 0.4% | - |
| HSV(B) | 277.84º | 0.7% | 0.62% | - |
| XYZ | 14.52 | 8.28 | 33.18 | - |
| YUV | 80.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 158 | 0.26 | 0.70 | 0 | 0.38 | 277.84 | 0.54 | 0.4 |
| Hex | 75 | 2F | 9E | 1A | 46 | 0 | 26 | 116 | 36 | 28 |
| Octal | 165 | 57 | 236 | 32 | 106 | 0 | 46 | 426 | 66 | 50 |
| Binary | 1110101 | 101111 | 10011110 | 11010 | 1000110 | 0 | 100110 | 100010110 | 110110 | 101000 |
Color Harmonies of #752F9E
Complementary color
Monochromatic Colors of #752F9E
Black with #752F9E
Text Example
Text Example
White with #752F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F9E; }
p { color: rgb(117,47,158); }
H1.HeaderClassName
{
color: #752F9E;
}
.AnyTagClassName
{
color: #752F9E;
}
</style>
background-color css
<style>
a { background-color: #752F9E; }
a { background-color: rgb(117,47,158); }
div.DivClassName
{
background-color: #752F9E;
}
.BgClassName
{
background-color: #752F9E;
}
</style>
border-color css
<style>
span { border-color: #752F9E; }
span { border-color: rgb(117,47,158); }
td.TdClassName
{
border-color: #752F9E;
}
.TagClassName
{
border-color: #752F9E;
}
</style>