Shades of Royal Purple #752E9E
Tints of Royal Purple #752E9E
RGB
CMYK
RGB Variations
Color information
#752E9E (or 0x752E9E) is known color: Royal Purple. HEX triplet: 75, 2E and 9E. RGB value is (117,46,158). Sum of RGB (Red+Green+Blue) = 117+46+158=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #752E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E9E is #8AD161. Grayscale: #4F4F4F. Windows color (decimal): -9097570 or 10366581. OLE color: 10366581.
HSL color Cylindrical-coordinate representation of color #752E9E: hue angle of 278.04º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752E9E is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 46 | 158 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.38 |
| HSL | 278.04º | 0.55% | 0.4% | - |
| HSV(B) | 278.04º | 0.71% | 0.62% | - |
| XYZ | 14.48 | 8.2 | 33.17 | - |
| YUV | 80 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 158 | 0.26 | 0.71 | 0 | 0.38 | 278.04 | 0.55 | 0.4 |
| Hex | 75 | 2E | 9E | 1A | 47 | 0 | 26 | 116 | 37 | 28 |
| Octal | 165 | 56 | 236 | 32 | 107 | 0 | 46 | 426 | 67 | 50 |
| Binary | 1110101 | 101110 | 10011110 | 11010 | 1000111 | 0 | 100110 | 100010110 | 110111 | 101000 |
Color Harmonies of #752E9E
Complementary color
Monochromatic Colors of #752E9E
Black with #752E9E
Text Example
Text Example
White with #752E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E9E; }
p { color: rgb(117,46,158); }
H1.HeaderClassName
{
color: #752E9E;
}
.AnyTagClassName
{
color: #752E9E;
}
</style>
background-color css
<style>
a { background-color: #752E9E; }
a { background-color: rgb(117,46,158); }
div.DivClassName
{
background-color: #752E9E;
}
.BgClassName
{
background-color: #752E9E;
}
</style>
border-color css
<style>
span { border-color: #752E9E; }
span { border-color: rgb(117,46,158); }
td.TdClassName
{
border-color: #752E9E;
}
.TagClassName
{
border-color: #752E9E;
}
</style>