Shades of Royal Purple #5F289D
Tints of Royal Purple #5F289D
RGB
CMYK
RGB Variations
Color information
#5F289D (or 0x5F289D) is known color: Royal Purple. HEX triplet: 5F, 28 and 9D. RGB value is (95,40,157). Sum of RGB (Red+Green+Blue) = 95+40+157=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F289D is #A0D762. Grayscale: #454545. Windows color (decimal): -10540899 or 10299487. OLE color: 10299487.
HSL color Cylindrical-coordinate representation of color #5F289D: hue angle of 268.21º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F289D is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 40 | 157 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.38 |
| HSL | 268.21º | 0.59% | 0.39% | - |
| HSV(B) | 268.21º | 0.75% | 0.62% | - |
| XYZ | 11.56 | 6.38 | 32.52 | - |
| YUV | 69.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 157 | 0.39 | 0.75 | 0 | 0.38 | 268.21 | 0.59 | 0.39 |
| Hex | 5F | 28 | 9D | 27 | 4B | 0 | 26 | 10C | 3B | 27 |
| Octal | 137 | 50 | 235 | 47 | 113 | 0 | 46 | 414 | 73 | 47 |
| Binary | 1011111 | 101000 | 10011101 | 100111 | 1001011 | 0 | 100110 | 100001100 | 111011 | 100111 |
Color Harmonies of #5F289D
Complementary color
Monochromatic Colors of #5F289D
Black with #5F289D
Text Example
Text Example
White with #5F289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F289D; }
p { color: rgb(95,40,157); }
H1.HeaderClassName
{
color: #5F289D;
}
.AnyTagClassName
{
color: #5F289D;
}
</style>
background-color css
<style>
a { background-color: #5F289D; }
a { background-color: rgb(95,40,157); }
div.DivClassName
{
background-color: #5F289D;
}
.BgClassName
{
background-color: #5F289D;
}
</style>
border-color css
<style>
span { border-color: #5F289D; }
span { border-color: rgb(95,40,157); }
td.TdClassName
{
border-color: #5F289D;
}
.TagClassName
{
border-color: #5F289D;
}
</style>