Shades of Royal Purple #7539A7
Tints of Royal Purple #7539A7
RGB
CMYK
RGB Variations
Color information
#7539A7 (or 0x7539A7) is known color: Royal Purple. HEX triplet: 75, 39 and A7. RGB value is (117,57,167). Sum of RGB (Red+Green+Blue) = 117+57+167=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 167 - color contains mainly: blue. Hex color #7539A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7539A7 is #8AC658. Grayscale: #575757. Windows color (decimal): -9094745 or 10959221. OLE color: 10959221.
HSL color Cylindrical-coordinate representation of color #7539A7: hue angle of 272.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7539A7 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 57 | 167 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.35 |
| HSL | 272.73º | 0.49% | 0.44% | - |
| HSV(B) | 272.73º | 0.66% | 0.65% | - |
| XYZ | 15.77 | 9.5 | 37.56 | - |
| YUV | 87.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 167 | 0.30 | 0.66 | 0 | 0.35 | 272.73 | 0.49 | 0.44 |
| Hex | 75 | 39 | A7 | 1E | 42 | 0 | 23 | 111 | 31 | 2C |
| Octal | 165 | 71 | 247 | 36 | 102 | 0 | 43 | 421 | 61 | 54 |
| Binary | 1110101 | 111001 | 10100111 | 11110 | 1000010 | 0 | 100011 | 100010001 | 110001 | 101100 |
Color Harmonies of #7539A7
Complementary color
Monochromatic Colors of #7539A7
Black with #7539A7
Text Example
Text Example
White with #7539A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7539A7; }
p { color: rgb(117,57,167); }
H1.HeaderClassName
{
color: #7539A7;
}
.AnyTagClassName
{
color: #7539A7;
}
</style>
background-color css
<style>
a { background-color: #7539A7; }
a { background-color: rgb(117,57,167); }
div.DivClassName
{
background-color: #7539A7;
}
.BgClassName
{
background-color: #7539A7;
}
</style>
border-color css
<style>
span { border-color: #7539A7; }
span { border-color: rgb(117,57,167); }
td.TdClassName
{
border-color: #7539A7;
}
.TagClassName
{
border-color: #7539A7;
}
</style>