Shades of Royal Purple #6145AD
Tints of Royal Purple #6145AD
RGB
CMYK
RGB Variations
Color information
#6145AD (or 0x6145AD) is known color: Royal Purple. HEX triplet: 61, 45 and AD. RGB value is (97,69,173). Sum of RGB (Red+Green+Blue) = 97+69+173=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #6145AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6145AD is #9EBA52. Grayscale: #585858. Windows color (decimal): -10402387 or 11355489. OLE color: 11355489.
HSL color Cylindrical-coordinate representation of color #6145AD: hue angle of 256.15º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6145AD is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 69 | 173 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.32 |
| HSL | 256.15º | 0.43% | 0.47% | - |
| HSV(B) | 256.15º | 0.6% | 0.68% | - |
| XYZ | 14.6 | 9.81 | 40.66 | - |
| YUV | 89.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 173 | 0.44 | 0.60 | 0 | 0.32 | 256.15 | 0.43 | 0.47 |
| Hex | 61 | 45 | AD | 2C | 3C | 0 | 20 | 100 | 2B | 2F |
| Octal | 141 | 105 | 255 | 54 | 74 | 0 | 40 | 400 | 53 | 57 |
| Binary | 1100001 | 1000101 | 10101101 | 101100 | 111100 | 0 | 100000 | 100000000 | 101011 | 101111 |
Color Harmonies of #6145AD
Complementary color
Monochromatic Colors of #6145AD
Black with #6145AD
Text Example
Text Example
White with #6145AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6145AD; }
p { color: rgb(97,69,173); }
H1.HeaderClassName
{
color: #6145AD;
}
.AnyTagClassName
{
color: #6145AD;
}
</style>
background-color css
<style>
a { background-color: #6145AD; }
a { background-color: rgb(97,69,173); }
div.DivClassName
{
background-color: #6145AD;
}
.BgClassName
{
background-color: #6145AD;
}
</style>
border-color css
<style>
span { border-color: #6145AD; }
span { border-color: rgb(97,69,173); }
td.TdClassName
{
border-color: #6145AD;
}
.TagClassName
{
border-color: #6145AD;
}
</style>