Shades of Royal Purple #6041AD
Tints of Royal Purple #6041AD
RGB
CMYK
RGB Variations
Color information
#6041AD (or 0x6041AD) is known color: Royal Purple. HEX triplet: 60, 41 and AD. RGB value is (96,65,173). Sum of RGB (Red+Green+Blue) = 96+65+173=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #6041AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6041AD is #9FBE52. Grayscale: #565656. Windows color (decimal): -10468947 or 11354464. OLE color: 11354464.
HSL color Cylindrical-coordinate representation of color #6041AD: hue angle of 257.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6041AD is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 65 | 173 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.32 |
| HSL | 257.22º | 0.45% | 0.47% | - |
| HSV(B) | 257.22º | 0.62% | 0.68% | - |
| XYZ | 14.26 | 9.28 | 40.58 | - |
| YUV | 86.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 173 | 0.45 | 0.62 | 0 | 0.32 | 257.22 | 0.45 | 0.47 |
| Hex | 60 | 41 | AD | 2D | 3E | 0 | 20 | 101 | 2D | 2F |
| Octal | 140 | 101 | 255 | 55 | 76 | 0 | 40 | 401 | 55 | 57 |
| Binary | 1100000 | 1000001 | 10101101 | 101101 | 111110 | 0 | 100000 | 100000001 | 101101 | 101111 |
Color Harmonies of #6041AD
Complementary color
Monochromatic Colors of #6041AD
Black with #6041AD
Text Example
Text Example
White with #6041AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041AD; }
p { color: rgb(96,65,173); }
H1.HeaderClassName
{
color: #6041AD;
}
.AnyTagClassName
{
color: #6041AD;
}
</style>
background-color css
<style>
a { background-color: #6041AD; }
a { background-color: rgb(96,65,173); }
div.DivClassName
{
background-color: #6041AD;
}
.BgClassName
{
background-color: #6041AD;
}
</style>
border-color css
<style>
span { border-color: #6041AD; }
span { border-color: rgb(96,65,173); }
td.TdClassName
{
border-color: #6041AD;
}
.TagClassName
{
border-color: #6041AD;
}
</style>