Shades of Royal Purple #5F369F
Tints of Royal Purple #5F369F
RGB
CMYK
RGB Variations
Color information
#5F369F (or 0x5F369F) is known color: Royal Purple. HEX triplet: 5F, 36 and 9F. RGB value is (95,54,159). Sum of RGB (Red+Green+Blue) = 95+54+159=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F369F is #A0C960. Grayscale: #4D4D4D. Windows color (decimal): -10537313 or 10434143. OLE color: 10434143.
HSL color Cylindrical-coordinate representation of color #5F369F: hue angle of 263.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F369F is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 54 | 159 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.38 |
| HSL | 263.43º | 0.49% | 0.42% | - |
| HSV(B) | 263.43º | 0.66% | 0.62% | - |
| XYZ | 12.3 | 7.57 | 33.61 | - |
| YUV | 78.23 | 173.58 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 159 | 0.40 | 0.66 | 0 | 0.38 | 263.43 | 0.49 | 0.42 |
| Hex | 5F | 36 | 9F | 28 | 42 | 0 | 26 | 107 | 31 | 2A |
| Octal | 137 | 66 | 237 | 50 | 102 | 0 | 46 | 407 | 61 | 52 |
| Binary | 1011111 | 110110 | 10011111 | 101000 | 1000010 | 0 | 100110 | 100000111 | 110001 | 101010 |
Color Harmonies of #5F369F
Complementary color
Monochromatic Colors of #5F369F
Black with #5F369F
Text Example
Text Example
White with #5F369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F369F; }
p { color: rgb(95,54,159); }
H1.HeaderClassName
{
color: #5F369F;
}
.AnyTagClassName
{
color: #5F369F;
}
</style>
background-color css
<style>
a { background-color: #5F369F; }
a { background-color: rgb(95,54,159); }
div.DivClassName
{
background-color: #5F369F;
}
.BgClassName
{
background-color: #5F369F;
}
</style>
border-color css
<style>
span { border-color: #5F369F; }
span { border-color: rgb(95,54,159); }
td.TdClassName
{
border-color: #5F369F;
}
.TagClassName
{
border-color: #5F369F;
}
</style>