Shades of Royal Purple #5F3DAC
Tints of Royal Purple #5F3DAC
RGB
CMYK
RGB Variations
Color information
#5F3DAC (or 0x5F3DAC) is known color: Royal Purple. HEX triplet: 5F, 3D and AC. RGB value is (95,61,172). Sum of RGB (Red+Green+Blue) = 95+61+172=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3DAC is #A0C253. Grayscale: #535353. Windows color (decimal): -10535508 or 11287903. OLE color: 11287903.
HSL color Cylindrical-coordinate representation of color #5F3DAC: hue angle of 258.38º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F3DAC is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 61 | 172 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.33 |
| HSL | 258.38º | 0.48% | 0.46% | - |
| HSV(B) | 258.38º | 0.65% | 0.67% | - |
| XYZ | 13.83 | 8.75 | 39.99 | - |
| YUV | 83.82 | 177.76 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 61 | 172 | 0.45 | 0.65 | 0 | 0.33 | 258.38 | 0.48 | 0.46 |
| Hex | 5F | 3D | AC | 2D | 41 | 0 | 21 | 102 | 30 | 2E |
| Octal | 137 | 75 | 254 | 55 | 101 | 0 | 41 | 402 | 60 | 56 |
| Binary | 1011111 | 111101 | 10101100 | 101101 | 1000001 | 0 | 100001 | 100000010 | 110000 | 101110 |
Color Harmonies of #5F3DAC
Complementary color
Monochromatic Colors of #5F3DAC
Black with #5F3DAC
Text Example
Text Example
White with #5F3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3DAC; }
p { color: rgb(95,61,172); }
H1.HeaderClassName
{
color: #5F3DAC;
}
.AnyTagClassName
{
color: #5F3DAC;
}
</style>
background-color css
<style>
a { background-color: #5F3DAC; }
a { background-color: rgb(95,61,172); }
div.DivClassName
{
background-color: #5F3DAC;
}
.BgClassName
{
background-color: #5F3DAC;
}
</style>
border-color css
<style>
span { border-color: #5F3DAC; }
span { border-color: rgb(95,61,172); }
td.TdClassName
{
border-color: #5F3DAC;
}
.TagClassName
{
border-color: #5F3DAC;
}
</style>