Shades of Royal Purple #613AA6
Tints of Royal Purple #613AA6
RGB
CMYK
RGB Variations
Color information
#613AA6 (or 0x613AA6) is known color: Royal Purple. HEX triplet: 61, 3A and A6. RGB value is (97,58,166). Sum of RGB (Red+Green+Blue) = 97+58+166=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 166 (65.23% from 255 or 51.71% from 321); Max value from RGB is 166 - color contains mainly: blue. Hex color #613AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613AA6 is #9EC559. Grayscale: #515151. Windows color (decimal): -10405210 or 10893921. OLE color: 10893921.
HSL color Cylindrical-coordinate representation of color #613AA6: hue angle of 261.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613AA6 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 58 | 166 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.35 |
| HSL | 261.67º | 0.48% | 0.44% | - |
| HSV(B) | 261.67º | 0.65% | 0.65% | - |
| XYZ | 13.33 | 8.32 | 36.98 | - |
| YUV | 81.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 166 | 0.42 | 0.65 | 0 | 0.35 | 261.67 | 0.48 | 0.44 |
| Hex | 61 | 3A | A6 | 2A | 41 | 0 | 23 | 106 | 30 | 2C |
| Octal | 141 | 72 | 246 | 52 | 101 | 0 | 43 | 406 | 60 | 54 |
| Binary | 1100001 | 111010 | 10100110 | 101010 | 1000001 | 0 | 100011 | 100000110 | 110000 | 101100 |
Color Harmonies of #613AA6
Complementary color
Monochromatic Colors of #613AA6
Black with #613AA6
Text Example
Text Example
White with #613AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613AA6; }
p { color: rgb(97,58,166); }
H1.HeaderClassName
{
color: #613AA6;
}
.AnyTagClassName
{
color: #613AA6;
}
</style>
background-color css
<style>
a { background-color: #613AA6; }
a { background-color: rgb(97,58,166); }
div.DivClassName
{
background-color: #613AA6;
}
.BgClassName
{
background-color: #613AA6;
}
</style>
border-color css
<style>
span { border-color: #613AA6; }
span { border-color: rgb(97,58,166); }
td.TdClassName
{
border-color: #613AA6;
}
.TagClassName
{
border-color: #613AA6;
}
</style>