Shades of Royal Purple #5F3FA4
Tints of Royal Purple #5F3FA4
RGB
CMYK
RGB Variations
Color information
#5F3FA4 (or 0x5F3FA4) is known color: Royal Purple. HEX triplet: 5F, 3F and A4. RGB value is (95,63,164). Sum of RGB (Red+Green+Blue) = 95+63+164=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F3FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3FA4 is #A0C05B. Grayscale: #535353. Windows color (decimal): -10535004 or 10764127. OLE color: 10764127.
HSL color Cylindrical-coordinate representation of color #5F3FA4: hue angle of 259.01º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F3FA4 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 63 | 164 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.36 |
| HSL | 259.01º | 0.44% | 0.45% | - |
| HSV(B) | 259.01º | 0.62% | 0.64% | - |
| XYZ | 13.2 | 8.67 | 36.1 | - |
| YUV | 84.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 63 | 164 | 0.42 | 0.62 | 0 | 0.36 | 259.01 | 0.44 | 0.45 |
| Hex | 5F | 3F | A4 | 2A | 3E | 0 | 24 | 103 | 2C | 2D |
| Octal | 137 | 77 | 244 | 52 | 76 | 0 | 44 | 403 | 54 | 55 |
| Binary | 1011111 | 111111 | 10100100 | 101010 | 111110 | 0 | 100100 | 100000011 | 101100 | 101101 |
Color Harmonies of #5F3FA4
Complementary color
Monochromatic Colors of #5F3FA4
Black with #5F3FA4
Text Example
Text Example
White with #5F3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3FA4; }
p { color: rgb(95,63,164); }
H1.HeaderClassName
{
color: #5F3FA4;
}
.AnyTagClassName
{
color: #5F3FA4;
}
</style>
background-color css
<style>
a { background-color: #5F3FA4; }
a { background-color: rgb(95,63,164); }
div.DivClassName
{
background-color: #5F3FA4;
}
.BgClassName
{
background-color: #5F3FA4;
}
</style>
border-color css
<style>
span { border-color: #5F3FA4; }
span { border-color: rgb(95,63,164); }
td.TdClassName
{
border-color: #5F3FA4;
}
.TagClassName
{
border-color: #5F3FA4;
}
</style>