Shades of Royal Purple #5F219B
Tints of Royal Purple #5F219B
RGB
CMYK
RGB Variations
Color information
#5F219B (or 0x5F219B) is known color: Royal Purple. HEX triplet: 5F, 21 and 9B. RGB value is (95,33,155). Sum of RGB (Red+Green+Blue) = 95+33+155=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F219B is #A0DE64. Grayscale: #414141. Windows color (decimal): -10542693 or 10166623. OLE color: 10166623.
HSL color Cylindrical-coordinate representation of color #5F219B: hue angle of 270.49º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F219B is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 33 | 155 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.39 |
| HSL | 270.49º | 0.65% | 0.37% | - |
| HSV(B) | 270.49º | 0.79% | 0.61% | - |
| XYZ | 11.18 | 5.89 | 31.56 | - |
| YUV | 65.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 155 | 0.39 | 0.79 | 0 | 0.39 | 270.49 | 0.65 | 0.37 |
| Hex | 5F | 21 | 9B | 27 | 4F | 0 | 27 | 10E | 41 | 25 |
| Octal | 137 | 41 | 233 | 47 | 117 | 0 | 47 | 416 | 101 | 45 |
| Binary | 1011111 | 100001 | 10011011 | 100111 | 1001111 | 0 | 100111 | 100001110 | 1000001 | 100101 |
Color Harmonies of #5F219B
Complementary color
Monochromatic Colors of #5F219B
Black with #5F219B
Text Example
Text Example
White with #5F219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F219B; }
p { color: rgb(95,33,155); }
H1.HeaderClassName
{
color: #5F219B;
}
.AnyTagClassName
{
color: #5F219B;
}
</style>
background-color css
<style>
a { background-color: #5F219B; }
a { background-color: rgb(95,33,155); }
div.DivClassName
{
background-color: #5F219B;
}
.BgClassName
{
background-color: #5F219B;
}
</style>
border-color css
<style>
span { border-color: #5F219B; }
span { border-color: rgb(95,33,155); }
td.TdClassName
{
border-color: #5F219B;
}
.TagClassName
{
border-color: #5F219B;
}
</style>