Shades of Royal Purple #5927A4
Tints of Royal Purple #5927A4
RGB
CMYK
RGB Variations
Color information
#5927A4 (or 0x5927A4) is known color: Royal Purple. HEX triplet: 59, 27 and A4. RGB value is (89,39,164). Sum of RGB (Red+Green+Blue) = 89+39+164=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #5927A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5927A4 is #A6D85B. Grayscale: #434343. Windows color (decimal): -10934364 or 10757977. OLE color: 10757977.
HSL color Cylindrical-coordinate representation of color #5927A4: hue angle of 264º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5927A4 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 39 | 164 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.36 |
| HSL | 264º | 0.62% | 0.4% | - |
| HSV(B) | 264º | 0.76% | 0.64% | - |
| XYZ | 11.55 | 6.26 | 35.72 | - |
| YUV | 68.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 164 | 0.46 | 0.76 | 0 | 0.36 | 264 | 0.62 | 0.4 |
| Hex | 59 | 27 | A4 | 2E | 4C | 0 | 24 | 108 | 3E | 28 |
| Octal | 131 | 47 | 244 | 56 | 114 | 0 | 44 | 410 | 76 | 50 |
| Binary | 1011001 | 100111 | 10100100 | 101110 | 1001100 | 0 | 100100 | 100001000 | 111110 | 101000 |
Color Harmonies of #5927A4
Complementary color
Monochromatic Colors of #5927A4
Black with #5927A4
Text Example
Text Example
White with #5927A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5927A4; }
p { color: rgb(89,39,164); }
H1.HeaderClassName
{
color: #5927A4;
}
.AnyTagClassName
{
color: #5927A4;
}
</style>
background-color css
<style>
a { background-color: #5927A4; }
a { background-color: rgb(89,39,164); }
div.DivClassName
{
background-color: #5927A4;
}
.BgClassName
{
background-color: #5927A4;
}
</style>
border-color css
<style>
span { border-color: #5927A4; }
span { border-color: rgb(89,39,164); }
td.TdClassName
{
border-color: #5927A4;
}
.TagClassName
{
border-color: #5927A4;
}
</style>