Shades of Royal Purple #5F299F
Tints of Royal Purple #5F299F
RGB
CMYK
RGB Variations
Color information
#5F299F (or 0x5F299F) is known color: Royal Purple. HEX triplet: 5F, 29 and 9F. RGB value is (95,41,159). Sum of RGB (Red+Green+Blue) = 95+41+159=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F299F is #A0D660. Grayscale: #464646. Windows color (decimal): -10540641 or 10430815. OLE color: 10430815.
HSL color Cylindrical-coordinate representation of color #5F299F: hue angle of 267.46º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F299F is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 41 | 159 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.38 |
| HSL | 267.46º | 0.59% | 0.39% | - |
| HSV(B) | 267.46º | 0.74% | 0.62% | - |
| XYZ | 11.77 | 6.52 | 33.44 | - |
| YUV | 70.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 159 | 0.40 | 0.74 | 0 | 0.38 | 267.46 | 0.59 | 0.39 |
| Hex | 5F | 29 | 9F | 28 | 4A | 0 | 26 | 10B | 3B | 27 |
| Octal | 137 | 51 | 237 | 50 | 112 | 0 | 46 | 413 | 73 | 47 |
| Binary | 1011111 | 101001 | 10011111 | 101000 | 1001010 | 0 | 100110 | 100001011 | 111011 | 100111 |
Color Harmonies of #5F299F
Complementary color
Monochromatic Colors of #5F299F
Black with #5F299F
Text Example
Text Example
White with #5F299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F299F; }
p { color: rgb(95,41,159); }
H1.HeaderClassName
{
color: #5F299F;
}
.AnyTagClassName
{
color: #5F299F;
}
</style>
background-color css
<style>
a { background-color: #5F299F; }
a { background-color: rgb(95,41,159); }
div.DivClassName
{
background-color: #5F299F;
}
.BgClassName
{
background-color: #5F299F;
}
</style>
border-color css
<style>
span { border-color: #5F299F; }
span { border-color: rgb(95,41,159); }
td.TdClassName
{
border-color: #5F299F;
}
.TagClassName
{
border-color: #5F299F;
}
</style>