Shades of Royal Purple #613AAD
Tints of Royal Purple #613AAD
RGB
CMYK
RGB Variations
Color information
#613AAD (or 0x613AAD) is known color: Royal Purple. HEX triplet: 61, 3A and AD. RGB value is (97,58,173). Sum of RGB (Red+Green+Blue) = 97+58+173=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #613AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613AAD is #9EC552. Grayscale: #525252. Windows color (decimal): -10405203 or 11352673. OLE color: 11352673.
HSL color Cylindrical-coordinate representation of color #613AAD: hue angle of 260.35º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #613AAD is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 58 | 173 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.32 |
| HSL | 260.35º | 0.5% | 0.45% | - |
| HSV(B) | 260.35º | 0.66% | 0.68% | - |
| XYZ | 13.99 | 8.58 | 40.46 | - |
| YUV | 82.77 | 178.92 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 173 | 0.44 | 0.66 | 0 | 0.32 | 260.35 | 0.5 | 0.45 |
| Hex | 61 | 3A | AD | 2C | 42 | 0 | 20 | 104 | 32 | 2D |
| Octal | 141 | 72 | 255 | 54 | 102 | 0 | 40 | 404 | 62 | 55 |
| Binary | 1100001 | 111010 | 10101101 | 101100 | 1000010 | 0 | 100000 | 100000100 | 110010 | 101101 |
Color Harmonies of #613AAD
Complementary color
Monochromatic Colors of #613AAD
Black with #613AAD
Text Example
Text Example
White with #613AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613AAD; }
p { color: rgb(97,58,173); }
H1.HeaderClassName
{
color: #613AAD;
}
.AnyTagClassName
{
color: #613AAD;
}
</style>
background-color css
<style>
a { background-color: #613AAD; }
a { background-color: rgb(97,58,173); }
div.DivClassName
{
background-color: #613AAD;
}
.BgClassName
{
background-color: #613AAD;
}
</style>
border-color css
<style>
span { border-color: #613AAD; }
span { border-color: rgb(97,58,173); }
td.TdClassName
{
border-color: #613AAD;
}
.TagClassName
{
border-color: #613AAD;
}
</style>