Shades of Royal Purple #5F41AB
Tints of Royal Purple #5F41AB
RGB
CMYK
RGB Variations
Color information
#5F41AB (or 0x5F41AB) is known color: Royal Purple. HEX triplet: 5F, 41 and AB. RGB value is (95,65,171). Sum of RGB (Red+Green+Blue) = 95+65+171=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F41AB is #A0BE54. Grayscale: #555555. Windows color (decimal): -10534485 or 11223391. OLE color: 11223391.
HSL color Cylindrical-coordinate representation of color #5F41AB: hue angle of 256.98º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F41AB is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 65 | 171 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.33 |
| HSL | 256.98º | 0.45% | 0.46% | - |
| HSV(B) | 256.98º | 0.62% | 0.67% | - |
| XYZ | 13.96 | 9.15 | 39.56 | - |
| YUV | 86.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 171 | 0.44 | 0.62 | 0 | 0.33 | 256.98 | 0.45 | 0.46 |
| Hex | 5F | 41 | AB | 2C | 3E | 0 | 21 | 101 | 2D | 2E |
| Octal | 137 | 101 | 253 | 54 | 76 | 0 | 41 | 401 | 55 | 56 |
| Binary | 1011111 | 1000001 | 10101011 | 101100 | 111110 | 0 | 100001 | 100000001 | 101101 | 101110 |
Color Harmonies of #5F41AB
Complementary color
Monochromatic Colors of #5F41AB
Black with #5F41AB
Text Example
Text Example
White with #5F41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F41AB; }
p { color: rgb(95,65,171); }
H1.HeaderClassName
{
color: #5F41AB;
}
.AnyTagClassName
{
color: #5F41AB;
}
</style>
background-color css
<style>
a { background-color: #5F41AB; }
a { background-color: rgb(95,65,171); }
div.DivClassName
{
background-color: #5F41AB;
}
.BgClassName
{
background-color: #5F41AB;
}
</style>
border-color css
<style>
span { border-color: #5F41AB; }
span { border-color: rgb(95,65,171); }
td.TdClassName
{
border-color: #5F41AB;
}
.TagClassName
{
border-color: #5F41AB;
}
</style>