Shades of Royal Purple #5F329D
Tints of Royal Purple #5F329D
RGB
CMYK
RGB Variations
Color information
#5F329D (or 0x5F329D) is known color: Royal Purple. HEX triplet: 5F, 32 and 9D. RGB value is (95,50,157). Sum of RGB (Red+Green+Blue) = 95+50+157=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F329D is #A0CD62. Grayscale: #4B4B4B. Windows color (decimal): -10538339 or 10302047. OLE color: 10302047.
HSL color Cylindrical-coordinate representation of color #5F329D: hue angle of 265.23º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F329D is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 50 | 157 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.38 |
| HSL | 265.23º | 0.52% | 0.41% | - |
| HSV(B) | 265.23º | 0.68% | 0.62% | - |
| XYZ | 11.95 | 7.15 | 32.65 | - |
| YUV | 75.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 157 | 0.39 | 0.68 | 0 | 0.38 | 265.23 | 0.52 | 0.41 |
| Hex | 5F | 32 | 9D | 27 | 44 | 0 | 26 | 109 | 34 | 29 |
| Octal | 137 | 62 | 235 | 47 | 104 | 0 | 46 | 411 | 64 | 51 |
| Binary | 1011111 | 110010 | 10011101 | 100111 | 1000100 | 0 | 100110 | 100001001 | 110100 | 101001 |
Color Harmonies of #5F329D
Complementary color
Monochromatic Colors of #5F329D
Black with #5F329D
Text Example
Text Example
White with #5F329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F329D; }
p { color: rgb(95,50,157); }
H1.HeaderClassName
{
color: #5F329D;
}
.AnyTagClassName
{
color: #5F329D;
}
</style>
background-color css
<style>
a { background-color: #5F329D; }
a { background-color: rgb(95,50,157); }
div.DivClassName
{
background-color: #5F329D;
}
.BgClassName
{
background-color: #5F329D;
}
</style>
border-color css
<style>
span { border-color: #5F329D; }
span { border-color: rgb(95,50,157); }
td.TdClassName
{
border-color: #5F329D;
}
.TagClassName
{
border-color: #5F329D;
}
</style>