Shades of Royal Purple #613FA0
Tints of Royal Purple #613FA0
RGB
CMYK
RGB Variations
Color information
#613FA0 (or 0x613FA0) is known color: Royal Purple. HEX triplet: 61, 3F and A0. RGB value is (97,63,160). Sum of RGB (Red+Green+Blue) = 97+63+160=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #613FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613FA0 is #9EC05F. Grayscale: #535353. Windows color (decimal): -10403936 or 10501985. OLE color: 10501985.
HSL color Cylindrical-coordinate representation of color #613FA0: hue angle of 261.03º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #613FA0 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 63 | 160 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.37 |
| HSL | 261.03º | 0.43% | 0.44% | - |
| HSV(B) | 261.03º | 0.61% | 0.63% | - |
| XYZ | 13.05 | 8.63 | 34.24 | - |
| YUV | 84.22 | 170.76 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 160 | 0.39 | 0.61 | 0 | 0.37 | 261.03 | 0.43 | 0.44 |
| Hex | 61 | 3F | A0 | 27 | 3D | 0 | 25 | 105 | 2B | 2C |
| Octal | 141 | 77 | 240 | 47 | 75 | 0 | 45 | 405 | 53 | 54 |
| Binary | 1100001 | 111111 | 10100000 | 100111 | 111101 | 0 | 100101 | 100000101 | 101011 | 101100 |
Color Harmonies of #613FA0
Complementary color
Monochromatic Colors of #613FA0
Black with #613FA0
Text Example
Text Example
White with #613FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FA0; }
p { color: rgb(97,63,160); }
H1.HeaderClassName
{
color: #613FA0;
}
.AnyTagClassName
{
color: #613FA0;
}
</style>
background-color css
<style>
a { background-color: #613FA0; }
a { background-color: rgb(97,63,160); }
div.DivClassName
{
background-color: #613FA0;
}
.BgClassName
{
background-color: #613FA0;
}
</style>
border-color css
<style>
span { border-color: #613FA0; }
span { border-color: rgb(97,63,160); }
td.TdClassName
{
border-color: #613FA0;
}
.TagClassName
{
border-color: #613FA0;
}
</style>