Shades of Royal Purple #5F32AB
Tints of Royal Purple #5F32AB
RGB
CMYK
RGB Variations
Color information
#5F32AB (or 0x5F32AB) is known color: Royal Purple. HEX triplet: 5F, 32 and AB. RGB value is (95,50,171). Sum of RGB (Red+Green+Blue) = 95+50+171=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F32AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F32AB is #A0CD54. Grayscale: #4C4C4C. Windows color (decimal): -10538325 or 11219551. OLE color: 11219551.
HSL color Cylindrical-coordinate representation of color #5F32AB: hue angle of 262.31º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F32AB is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 50 | 171 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.33 |
| HSL | 262.31º | 0.55% | 0.43% | - |
| HSV(B) | 262.31º | 0.71% | 0.67% | - |
| XYZ | 13.21 | 7.65 | 39.31 | - |
| YUV | 77.25 | 180.91 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 171 | 0.44 | 0.71 | 0 | 0.33 | 262.31 | 0.55 | 0.43 |
| Hex | 5F | 32 | AB | 2C | 47 | 0 | 21 | 106 | 37 | 2B |
| Octal | 137 | 62 | 253 | 54 | 107 | 0 | 41 | 406 | 67 | 53 |
| Binary | 1011111 | 110010 | 10101011 | 101100 | 1000111 | 0 | 100001 | 100000110 | 110111 | 101011 |
Color Harmonies of #5F32AB
Complementary color
Monochromatic Colors of #5F32AB
Black with #5F32AB
Text Example
Text Example
White with #5F32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F32AB; }
p { color: rgb(95,50,171); }
H1.HeaderClassName
{
color: #5F32AB;
}
.AnyTagClassName
{
color: #5F32AB;
}
</style>
background-color css
<style>
a { background-color: #5F32AB; }
a { background-color: rgb(95,50,171); }
div.DivClassName
{
background-color: #5F32AB;
}
.BgClassName
{
background-color: #5F32AB;
}
</style>
border-color css
<style>
span { border-color: #5F32AB; }
span { border-color: rgb(95,50,171); }
td.TdClassName
{
border-color: #5F32AB;
}
.TagClassName
{
border-color: #5F32AB;
}
</style>