Shades of Royal Purple #6131A0
Tints of Royal Purple #6131A0
RGB
CMYK
RGB Variations
Color information
#6131A0 (or 0x6131A0) is known color: Royal Purple. HEX triplet: 61, 31 and A0. RGB value is (97,49,160). Sum of RGB (Red+Green+Blue) = 97+49+160=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #6131A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6131A0 is #9ECE5F. Grayscale: #4B4B4B. Windows color (decimal): -10407520 or 10498401. OLE color: 10498401.
HSL color Cylindrical-coordinate representation of color #6131A0: hue angle of 265.95º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6131A0 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 49 | 160 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.37 |
| HSL | 265.95º | 0.53% | 0.41% | - |
| HSV(B) | 265.95º | 0.69% | 0.63% | - |
| XYZ | 12.37 | 7.28 | 34.01 | - |
| YUV | 76.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 160 | 0.39 | 0.69 | 0 | 0.37 | 265.95 | 0.53 | 0.41 |
| Hex | 61 | 31 | A0 | 27 | 45 | 0 | 25 | 10A | 35 | 29 |
| Octal | 141 | 61 | 240 | 47 | 105 | 0 | 45 | 412 | 65 | 51 |
| Binary | 1100001 | 110001 | 10100000 | 100111 | 1000101 | 0 | 100101 | 100001010 | 110101 | 101001 |
Color Harmonies of #6131A0
Complementary color
Monochromatic Colors of #6131A0
Black with #6131A0
Text Example
Text Example
White with #6131A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131A0; }
p { color: rgb(97,49,160); }
H1.HeaderClassName
{
color: #6131A0;
}
.AnyTagClassName
{
color: #6131A0;
}
</style>
background-color css
<style>
a { background-color: #6131A0; }
a { background-color: rgb(97,49,160); }
div.DivClassName
{
background-color: #6131A0;
}
.BgClassName
{
background-color: #6131A0;
}
</style>
border-color css
<style>
span { border-color: #6131A0; }
span { border-color: rgb(97,49,160); }
td.TdClassName
{
border-color: #6131A0;
}
.TagClassName
{
border-color: #6131A0;
}
</style>