Shades of Royal Purple #5F299B
Tints of Royal Purple #5F299B
RGB
CMYK
RGB Variations
Color information
#5F299B (or 0x5F299B) is known color: Royal Purple. HEX triplet: 5F, 29 and 9B. RGB value is (95,41,155). Sum of RGB (Red+Green+Blue) = 95+41+155=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F299B is #A0D664. Grayscale: #454545. Windows color (decimal): -10540645 or 10168671. OLE color: 10168671.
HSL color Cylindrical-coordinate representation of color #5F299B: hue angle of 268.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F299B is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 41 | 155 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.39 |
| HSL | 268.42º | 0.58% | 0.38% | - |
| HSV(B) | 268.42º | 0.74% | 0.61% | - |
| XYZ | 11.43 | 6.39 | 31.64 | - |
| YUV | 70.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 155 | 0.39 | 0.74 | 0 | 0.39 | 268.42 | 0.58 | 0.38 |
| Hex | 5F | 29 | 9B | 27 | 4A | 0 | 27 | 10C | 3A | 26 |
| Octal | 137 | 51 | 233 | 47 | 112 | 0 | 47 | 414 | 72 | 46 |
| Binary | 1011111 | 101001 | 10011011 | 100111 | 1001010 | 0 | 100111 | 100001100 | 111010 | 100110 |
Color Harmonies of #5F299B
Complementary color
Monochromatic Colors of #5F299B
Black with #5F299B
Text Example
Text Example
White with #5F299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F299B; }
p { color: rgb(95,41,155); }
H1.HeaderClassName
{
color: #5F299B;
}
.AnyTagClassName
{
color: #5F299B;
}
</style>
background-color css
<style>
a { background-color: #5F299B; }
a { background-color: rgb(95,41,155); }
div.DivClassName
{
background-color: #5F299B;
}
.BgClassName
{
background-color: #5F299B;
}
</style>
border-color css
<style>
span { border-color: #5F299B; }
span { border-color: rgb(95,41,155); }
td.TdClassName
{
border-color: #5F299B;
}
.TagClassName
{
border-color: #5F299B;
}
</style>