Shades of Royal Purple #5F3EAA
Tints of Royal Purple #5F3EAA
RGB
CMYK
RGB Variations
Color information
#5F3EAA (or 0x5F3EAA) is known color: Royal Purple. HEX triplet: 5F, 3E and AA. RGB value is (95,62,170). Sum of RGB (Red+Green+Blue) = 95+62+170=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F3EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3EAA is #A0C155. Grayscale: #535353. Windows color (decimal): -10535254 or 11157087. OLE color: 11157087.
HSL color Cylindrical-coordinate representation of color #5F3EAA: hue angle of 258.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F3EAA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 62 | 170 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.33 |
| HSL | 258.33º | 0.47% | 0.45% | - |
| HSV(B) | 258.33º | 0.64% | 0.67% | - |
| XYZ | 13.7 | 8.78 | 39 | - |
| YUV | 84.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 62 | 170 | 0.44 | 0.64 | 0 | 0.33 | 258.33 | 0.47 | 0.45 |
| Hex | 5F | 3E | AA | 2C | 40 | 0 | 21 | 102 | 2F | 2D |
| Octal | 137 | 76 | 252 | 54 | 100 | 0 | 41 | 402 | 57 | 55 |
| Binary | 1011111 | 111110 | 10101010 | 101100 | 1000000 | 0 | 100001 | 100000010 | 101111 | 101101 |
Color Harmonies of #5F3EAA
Complementary color
Monochromatic Colors of #5F3EAA
Black with #5F3EAA
Text Example
Text Example
White with #5F3EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3EAA; }
p { color: rgb(95,62,170); }
H1.HeaderClassName
{
color: #5F3EAA;
}
.AnyTagClassName
{
color: #5F3EAA;
}
</style>
background-color css
<style>
a { background-color: #5F3EAA; }
a { background-color: rgb(95,62,170); }
div.DivClassName
{
background-color: #5F3EAA;
}
.BgClassName
{
background-color: #5F3EAA;
}
</style>
border-color css
<style>
span { border-color: #5F3EAA; }
span { border-color: rgb(95,62,170); }
td.TdClassName
{
border-color: #5F3EAA;
}
.TagClassName
{
border-color: #5F3EAA;
}
</style>