Shades of Royal Purple #5F3FAC
Tints of Royal Purple #5F3FAC
RGB
CMYK
RGB Variations
Color information
#5F3FAC (or 0x5F3FAC) is known color: Royal Purple. HEX triplet: 5F, 3F and AC. RGB value is (95,63,172). Sum of RGB (Red+Green+Blue) = 95+63+172=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3FAC is #A0C053. Grayscale: #545454. Windows color (decimal): -10534996 or 11288415. OLE color: 11288415.
HSL color Cylindrical-coordinate representation of color #5F3FAC: hue angle of 257.61º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F3FAC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 63 | 172 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.33 |
| HSL | 257.61º | 0.46% | 0.46% | - |
| HSV(B) | 257.61º | 0.63% | 0.67% | - |
| XYZ | 13.94 | 8.97 | 40.03 | - |
| YUV | 84.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 63 | 172 | 0.45 | 0.63 | 0 | 0.33 | 257.61 | 0.46 | 0.46 |
| Hex | 5F | 3F | AC | 2D | 3F | 0 | 21 | 102 | 2E | 2E |
| Octal | 137 | 77 | 254 | 55 | 77 | 0 | 41 | 402 | 56 | 56 |
| Binary | 1011111 | 111111 | 10101100 | 101101 | 111111 | 0 | 100001 | 100000010 | 101110 | 101110 |
Color Harmonies of #5F3FAC
Complementary color
Monochromatic Colors of #5F3FAC
Black with #5F3FAC
Text Example
Text Example
White with #5F3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3FAC; }
p { color: rgb(95,63,172); }
H1.HeaderClassName
{
color: #5F3FAC;
}
.AnyTagClassName
{
color: #5F3FAC;
}
</style>
background-color css
<style>
a { background-color: #5F3FAC; }
a { background-color: rgb(95,63,172); }
div.DivClassName
{
background-color: #5F3FAC;
}
.BgClassName
{
background-color: #5F3FAC;
}
</style>
border-color css
<style>
span { border-color: #5F3FAC; }
span { border-color: rgb(95,63,172); }
td.TdClassName
{
border-color: #5F3FAC;
}
.TagClassName
{
border-color: #5F3FAC;
}
</style>