Shades of Royal Purple #6131AA
Tints of Royal Purple #6131AA
RGB
CMYK
RGB Variations
Color information
#6131AA (or 0x6131AA) is known color: Royal Purple. HEX triplet: 61, 31 and AA. RGB value is (97,49,170). Sum of RGB (Red+Green+Blue) = 97+49+170=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #6131AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6131AA is #9ECE55. Grayscale: #4C4C4C. Windows color (decimal): -10407510 or 11153761. OLE color: 11153761.
HSL color Cylindrical-coordinate representation of color #6131AA: hue angle of 263.8º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6131AA is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 49 | 170 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.33 |
| HSL | 263.8º | 0.55% | 0.43% | - |
| HSV(B) | 263.8º | 0.71% | 0.67% | - |
| XYZ | 13.28 | 7.64 | 38.8 | - |
| YUV | 77.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 170 | 0.43 | 0.71 | 0 | 0.33 | 263.8 | 0.55 | 0.43 |
| Hex | 61 | 31 | AA | 2B | 47 | 0 | 21 | 108 | 37 | 2B |
| Octal | 141 | 61 | 252 | 53 | 107 | 0 | 41 | 410 | 67 | 53 |
| Binary | 1100001 | 110001 | 10101010 | 101011 | 1000111 | 0 | 100001 | 100001000 | 110111 | 101011 |
Color Harmonies of #6131AA
Complementary color
Monochromatic Colors of #6131AA
Black with #6131AA
Text Example
Text Example
White with #6131AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131AA; }
p { color: rgb(97,49,170); }
H1.HeaderClassName
{
color: #6131AA;
}
.AnyTagClassName
{
color: #6131AA;
}
</style>
background-color css
<style>
a { background-color: #6131AA; }
a { background-color: rgb(97,49,170); }
div.DivClassName
{
background-color: #6131AA;
}
.BgClassName
{
background-color: #6131AA;
}
</style>
border-color css
<style>
span { border-color: #6131AA; }
span { border-color: rgb(97,49,170); }
td.TdClassName
{
border-color: #6131AA;
}
.TagClassName
{
border-color: #6131AA;
}
</style>