Shades of Royal Purple #613A9B
Tints of Royal Purple #613A9B
RGB
CMYK
RGB Variations
Color information
#613A9B (or 0x613A9B) is known color: Royal Purple. HEX triplet: 61, 3A and 9B. RGB value is (97,58,155). Sum of RGB (Red+Green+Blue) = 97+58+155=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #613A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A9B is #9EC564. Grayscale: #505050. Windows color (decimal): -10405221 or 10173025. OLE color: 10173025.
HSL color Cylindrical-coordinate representation of color #613A9B: hue angle of 264.12º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613A9B is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 58 | 155 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.39 |
| HSL | 264.12º | 0.46% | 0.42% | - |
| HSV(B) | 264.12º | 0.63% | 0.61% | - |
| XYZ | 12.36 | 7.93 | 31.89 | - |
| YUV | 80.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 155 | 0.37 | 0.63 | 0 | 0.39 | 264.12 | 0.46 | 0.42 |
| Hex | 61 | 3A | 9B | 25 | 3F | 0 | 27 | 108 | 2E | 2A |
| Octal | 141 | 72 | 233 | 45 | 77 | 0 | 47 | 410 | 56 | 52 |
| Binary | 1100001 | 111010 | 10011011 | 100101 | 111111 | 0 | 100111 | 100001000 | 101110 | 101010 |
Color Harmonies of #613A9B
Complementary color
Monochromatic Colors of #613A9B
Black with #613A9B
Text Example
Text Example
White with #613A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A9B; }
p { color: rgb(97,58,155); }
H1.HeaderClassName
{
color: #613A9B;
}
.AnyTagClassName
{
color: #613A9B;
}
</style>
background-color css
<style>
a { background-color: #613A9B; }
a { background-color: rgb(97,58,155); }
div.DivClassName
{
background-color: #613A9B;
}
.BgClassName
{
background-color: #613A9B;
}
</style>
border-color css
<style>
span { border-color: #613A9B; }
span { border-color: rgb(97,58,155); }
td.TdClassName
{
border-color: #613A9B;
}
.TagClassName
{
border-color: #613A9B;
}
</style>