Shades of Royal Purple #613CAB
Tints of Royal Purple #613CAB
RGB
CMYK
RGB Variations
Color information
#613CAB (or 0x613CAB) is known color: Royal Purple. HEX triplet: 61, 3C and AB. RGB value is (97,60,171). Sum of RGB (Red+Green+Blue) = 97+60+171=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #613CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613CAB is #9EC354. Grayscale: #535353. Windows color (decimal): -10404693 or 11222113. OLE color: 11222113.
HSL color Cylindrical-coordinate representation of color #613CAB: hue angle of 260º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613CAB is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 60 | 171 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.33 |
| HSL | 260º | 0.48% | 0.45% | - |
| HSV(B) | 260º | 0.65% | 0.67% | - |
| XYZ | 13.9 | 8.71 | 39.48 | - |
| YUV | 83.72 | 177.26 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 171 | 0.43 | 0.65 | 0 | 0.33 | 260 | 0.48 | 0.45 |
| Hex | 61 | 3C | AB | 2B | 41 | 0 | 21 | 104 | 30 | 2D |
| Octal | 141 | 74 | 253 | 53 | 101 | 0 | 41 | 404 | 60 | 55 |
| Binary | 1100001 | 111100 | 10101011 | 101011 | 1000001 | 0 | 100001 | 100000100 | 110000 | 101101 |
Color Harmonies of #613CAB
Complementary color
Monochromatic Colors of #613CAB
Black with #613CAB
Text Example
Text Example
White with #613CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CAB; }
p { color: rgb(97,60,171); }
H1.HeaderClassName
{
color: #613CAB;
}
.AnyTagClassName
{
color: #613CAB;
}
</style>
background-color css
<style>
a { background-color: #613CAB; }
a { background-color: rgb(97,60,171); }
div.DivClassName
{
background-color: #613CAB;
}
.BgClassName
{
background-color: #613CAB;
}
</style>
border-color css
<style>
span { border-color: #613CAB; }
span { border-color: rgb(97,60,171); }
td.TdClassName
{
border-color: #613CAB;
}
.TagClassName
{
border-color: #613CAB;
}
</style>