Shades of Royal Purple #613BA3
Tints of Royal Purple #613BA3
RGB
CMYK
RGB Variations
Color information
#613BA3 (or 0x613BA3) is known color: Royal Purple. HEX triplet: 61, 3B and A3. RGB value is (97,59,163). Sum of RGB (Red+Green+Blue) = 97+59+163=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #613BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613BA3 is #9EC45C. Grayscale: #515151. Windows color (decimal): -10404957 or 10697569. OLE color: 10697569.
HSL color Cylindrical-coordinate representation of color #613BA3: hue angle of 261.92º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613BA3 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 59 | 163 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.36 |
| HSL | 261.92º | 0.47% | 0.44% | - |
| HSV(B) | 261.92º | 0.64% | 0.64% | - |
| XYZ | 13.1 | 8.31 | 35.56 | - |
| YUV | 82.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 163 | 0.40 | 0.64 | 0 | 0.36 | 261.92 | 0.47 | 0.44 |
| Hex | 61 | 3B | A3 | 28 | 40 | 0 | 24 | 106 | 2F | 2C |
| Octal | 141 | 73 | 243 | 50 | 100 | 0 | 44 | 406 | 57 | 54 |
| Binary | 1100001 | 111011 | 10100011 | 101000 | 1000000 | 0 | 100100 | 100000110 | 101111 | 101100 |
Color Harmonies of #613BA3
Complementary color
Monochromatic Colors of #613BA3
Black with #613BA3
Text Example
Text Example
White with #613BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BA3; }
p { color: rgb(97,59,163); }
H1.HeaderClassName
{
color: #613BA3;
}
.AnyTagClassName
{
color: #613BA3;
}
</style>
background-color css
<style>
a { background-color: #613BA3; }
a { background-color: rgb(97,59,163); }
div.DivClassName
{
background-color: #613BA3;
}
.BgClassName
{
background-color: #613BA3;
}
</style>
border-color css
<style>
span { border-color: #613BA3; }
span { border-color: rgb(97,59,163); }
td.TdClassName
{
border-color: #613BA3;
}
.TagClassName
{
border-color: #613BA3;
}
</style>