Shades of Royal Purple #5F49A3
Tints of Royal Purple #5F49A3
RGB
CMYK
RGB Variations
Color information
#5F49A3 (or 0x5F49A3) is known color: Royal Purple. HEX triplet: 5F, 49 and A3. RGB value is (95,73,163). Sum of RGB (Red+Green+Blue) = 95+73+163=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #5F49A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F49A3 is #A0B65C. Grayscale: #595959. Windows color (decimal): -10532445 or 10701151. OLE color: 10701151.
HSL color Cylindrical-coordinate representation of color #5F49A3: hue angle of 254.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F49A3 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 73 | 163 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.36 |
| HSL | 254.67º | 0.38% | 0.46% | - |
| HSV(B) | 254.67º | 0.55% | 0.64% | - |
| XYZ | 13.71 | 9.84 | 35.83 | - |
| YUV | 89.84 | 169.29 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 163 | 0.42 | 0.55 | 0 | 0.36 | 254.67 | 0.38 | 0.46 |
| Hex | 5F | 49 | A3 | 2A | 37 | 0 | 24 | FF | 26 | 2E |
| Octal | 137 | 111 | 243 | 52 | 67 | 0 | 44 | 377 | 46 | 56 |
| Binary | 1011111 | 1001001 | 10100011 | 101010 | 110111 | 0 | 100100 | 11111111 | 100110 | 101110 |
Color Harmonies of #5F49A3
Complementary color
Monochromatic Colors of #5F49A3
Black with #5F49A3
Text Example
Text Example
White with #5F49A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F49A3; }
p { color: rgb(95,73,163); }
H1.HeaderClassName
{
color: #5F49A3;
}
.AnyTagClassName
{
color: #5F49A3;
}
</style>
background-color css
<style>
a { background-color: #5F49A3; }
a { background-color: rgb(95,73,163); }
div.DivClassName
{
background-color: #5F49A3;
}
.BgClassName
{
background-color: #5F49A3;
}
</style>
border-color css
<style>
span { border-color: #5F49A3; }
span { border-color: rgb(95,73,163); }
td.TdClassName
{
border-color: #5F49A3;
}
.TagClassName
{
border-color: #5F49A3;
}
</style>