Shades of Royal Purple #613DAE
Tints of Royal Purple #613DAE
RGB
CMYK
RGB Variations
Color information
#613DAE (or 0x613DAE) is known color: Royal Purple. HEX triplet: 61, 3D and AE. RGB value is (97,61,174). Sum of RGB (Red+Green+Blue) = 97+61+174=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #613DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613DAE is #9EC251. Grayscale: #545454. Windows color (decimal): -10404434 or 11418977. OLE color: 11418977.
HSL color Cylindrical-coordinate representation of color #613DAE: hue angle of 259.12º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613DAE is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 61 | 174 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.32 |
| HSL | 259.12º | 0.48% | 0.46% | - |
| HSV(B) | 259.12º | 0.65% | 0.68% | - |
| XYZ | 14.24 | 8.93 | 41.02 | - |
| YUV | 84.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 174 | 0.44 | 0.65 | 0 | 0.32 | 259.12 | 0.48 | 0.46 |
| Hex | 61 | 3D | AE | 2C | 41 | 0 | 20 | 103 | 30 | 2E |
| Octal | 141 | 75 | 256 | 54 | 101 | 0 | 40 | 403 | 60 | 56 |
| Binary | 1100001 | 111101 | 10101110 | 101100 | 1000001 | 0 | 100000 | 100000011 | 110000 | 101110 |
Color Harmonies of #613DAE
Complementary color
Monochromatic Colors of #613DAE
Black with #613DAE
Text Example
Text Example
White with #613DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613DAE; }
p { color: rgb(97,61,174); }
H1.HeaderClassName
{
color: #613DAE;
}
.AnyTagClassName
{
color: #613DAE;
}
</style>
background-color css
<style>
a { background-color: #613DAE; }
a { background-color: rgb(97,61,174); }
div.DivClassName
{
background-color: #613DAE;
}
.BgClassName
{
background-color: #613DAE;
}
</style>
border-color css
<style>
span { border-color: #613DAE; }
span { border-color: rgb(97,61,174); }
td.TdClassName
{
border-color: #613DAE;
}
.TagClassName
{
border-color: #613DAE;
}
</style>