Shades of Royal Purple #613AA1
Tints of Royal Purple #613AA1
RGB
CMYK
RGB Variations
Color information
#613AA1 (or 0x613AA1) is known color: Royal Purple. HEX triplet: 61, 3A and A1. RGB value is (97,58,161). Sum of RGB (Red+Green+Blue) = 97+58+161=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 161 (63.28% from 255 or 50.95% from 316); Max value from RGB is 161 - color contains mainly: blue. Hex color #613AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613AA1 is #9EC55E. Grayscale: #515151. Windows color (decimal): -10405215 or 10566241. OLE color: 10566241.
HSL color Cylindrical-coordinate representation of color #613AA1: hue angle of 262.72º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613AA1 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 58 | 161 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.37 |
| HSL | 262.72º | 0.47% | 0.43% | - |
| HSV(B) | 262.72º | 0.64% | 0.63% | - |
| XYZ | 12.88 | 8.14 | 34.61 | - |
| YUV | 81.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 161 | 0.40 | 0.64 | 0 | 0.37 | 262.72 | 0.47 | 0.43 |
| Hex | 61 | 3A | A1 | 28 | 40 | 0 | 25 | 107 | 2F | 2B |
| Octal | 141 | 72 | 241 | 50 | 100 | 0 | 45 | 407 | 57 | 53 |
| Binary | 1100001 | 111010 | 10100001 | 101000 | 1000000 | 0 | 100101 | 100000111 | 101111 | 101011 |
Color Harmonies of #613AA1
Complementary color
Monochromatic Colors of #613AA1
Black with #613AA1
Text Example
Text Example
White with #613AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613AA1; }
p { color: rgb(97,58,161); }
H1.HeaderClassName
{
color: #613AA1;
}
.AnyTagClassName
{
color: #613AA1;
}
</style>
background-color css
<style>
a { background-color: #613AA1; }
a { background-color: rgb(97,58,161); }
div.DivClassName
{
background-color: #613AA1;
}
.BgClassName
{
background-color: #613AA1;
}
</style>
border-color css
<style>
span { border-color: #613AA1; }
span { border-color: rgb(97,58,161); }
td.TdClassName
{
border-color: #613AA1;
}
.TagClassName
{
border-color: #613AA1;
}
</style>