Shades of Royal Purple #5F3AAF
Tints of Royal Purple #5F3AAF
RGB
CMYK
RGB Variations
Color information
#5F3AAF (or 0x5F3AAF) is known color: Royal Purple. HEX triplet: 5F, 3A and AF. RGB value is (95,58,175). Sum of RGB (Red+Green+Blue) = 95+58+175=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F3AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3AAF is #A0C550. Grayscale: #515151. Windows color (decimal): -10536273 or 11483743. OLE color: 11483743.
HSL color Cylindrical-coordinate representation of color #5F3AAF: hue angle of 258.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F3AAF is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 58 | 175 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.31 |
| HSL | 258.97º | 0.5% | 0.46% | - |
| HSV(B) | 258.97º | 0.67% | 0.69% | - |
| XYZ | 13.97 | 8.55 | 41.47 | - |
| YUV | 82.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 58 | 175 | 0.46 | 0.67 | 0 | 0.31 | 258.97 | 0.5 | 0.46 |
| Hex | 5F | 3A | AF | 2E | 43 | 0 | 1F | 103 | 32 | 2E |
| Octal | 137 | 72 | 257 | 56 | 103 | 0 | 37 | 403 | 62 | 56 |
| Binary | 1011111 | 111010 | 10101111 | 101110 | 1000011 | 0 | 11111 | 100000011 | 110010 | 101110 |
Color Harmonies of #5F3AAF
Complementary color
Monochromatic Colors of #5F3AAF
Black with #5F3AAF
Text Example
Text Example
White with #5F3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3AAF; }
p { color: rgb(95,58,175); }
H1.HeaderClassName
{
color: #5F3AAF;
}
.AnyTagClassName
{
color: #5F3AAF;
}
</style>
background-color css
<style>
a { background-color: #5F3AAF; }
a { background-color: rgb(95,58,175); }
div.DivClassName
{
background-color: #5F3AAF;
}
.BgClassName
{
background-color: #5F3AAF;
}
</style>
border-color css
<style>
span { border-color: #5F3AAF; }
span { border-color: rgb(95,58,175); }
td.TdClassName
{
border-color: #5F3AAF;
}
.TagClassName
{
border-color: #5F3AAF;
}
</style>