Shades of Royal Purple #5F319C
Tints of Royal Purple #5F319C
RGB
CMYK
RGB Variations
Color information
#5F319C (or 0x5F319C) is known color: Royal Purple. HEX triplet: 5F, 31 and 9C. RGB value is (95,49,156). Sum of RGB (Red+Green+Blue) = 95+49+156=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F319C is #A0CE63. Grayscale: #4A4A4A. Windows color (decimal): -10538596 or 10236255. OLE color: 10236255.
HSL color Cylindrical-coordinate representation of color #5F319C: hue angle of 265.79º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F319C is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 49 | 156 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.39 |
| HSL | 265.79º | 0.52% | 0.4% | - |
| HSV(B) | 265.79º | 0.69% | 0.61% | - |
| XYZ | 11.82 | 7.03 | 32.19 | - |
| YUV | 74.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 156 | 0.39 | 0.69 | 0 | 0.39 | 265.79 | 0.52 | 0.4 |
| Hex | 5F | 31 | 9C | 27 | 45 | 0 | 27 | 10A | 34 | 28 |
| Octal | 137 | 61 | 234 | 47 | 105 | 0 | 47 | 412 | 64 | 50 |
| Binary | 1011111 | 110001 | 10011100 | 100111 | 1000101 | 0 | 100111 | 100001010 | 110100 | 101000 |
Color Harmonies of #5F319C
Complementary color
Monochromatic Colors of #5F319C
Black with #5F319C
Text Example
Text Example
White with #5F319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F319C; }
p { color: rgb(95,49,156); }
H1.HeaderClassName
{
color: #5F319C;
}
.AnyTagClassName
{
color: #5F319C;
}
</style>
background-color css
<style>
a { background-color: #5F319C; }
a { background-color: rgb(95,49,156); }
div.DivClassName
{
background-color: #5F319C;
}
.BgClassName
{
background-color: #5F319C;
}
</style>
border-color css
<style>
span { border-color: #5F319C; }
span { border-color: rgb(95,49,156); }
td.TdClassName
{
border-color: #5F319C;
}
.TagClassName
{
border-color: #5F319C;
}
</style>