Shades of Royal Purple #5F2C9B
Tints of Royal Purple #5F2C9B
RGB
CMYK
RGB Variations
Color information
#5F2C9B (or 0x5F2C9B) is known color: Royal Purple. HEX triplet: 5F, 2C and 9B. RGB value is (95,44,155). Sum of RGB (Red+Green+Blue) = 95+44+155=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F2C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2C9B is #A0D364. Grayscale: #474747. Windows color (decimal): -10539877 or 10169439. OLE color: 10169439.
HSL color Cylindrical-coordinate representation of color #5F2C9B: hue angle of 267.57º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F2C9B is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 44 | 155 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.39 |
| HSL | 267.57º | 0.56% | 0.39% | - |
| HSV(B) | 267.57º | 0.72% | 0.61% | - |
| XYZ | 11.54 | 6.6 | 31.68 | - |
| YUV | 71.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 44 | 155 | 0.39 | 0.72 | 0 | 0.39 | 267.57 | 0.56 | 0.39 |
| Hex | 5F | 2C | 9B | 27 | 48 | 0 | 27 | 10C | 38 | 27 |
| Octal | 137 | 54 | 233 | 47 | 110 | 0 | 47 | 414 | 70 | 47 |
| Binary | 1011111 | 101100 | 10011011 | 100111 | 1001000 | 0 | 100111 | 100001100 | 111000 | 100111 |
Color Harmonies of #5F2C9B
Complementary color
Monochromatic Colors of #5F2C9B
Black with #5F2C9B
Text Example
Text Example
White with #5F2C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2C9B; }
p { color: rgb(95,44,155); }
H1.HeaderClassName
{
color: #5F2C9B;
}
.AnyTagClassName
{
color: #5F2C9B;
}
</style>
background-color css
<style>
a { background-color: #5F2C9B; }
a { background-color: rgb(95,44,155); }
div.DivClassName
{
background-color: #5F2C9B;
}
.BgClassName
{
background-color: #5F2C9B;
}
</style>
border-color css
<style>
span { border-color: #5F2C9B; }
span { border-color: rgb(95,44,155); }
td.TdClassName
{
border-color: #5F2C9B;
}
.TagClassName
{
border-color: #5F2C9B;
}
</style>