Shades of Royal Purple #6131A2
Tints of Royal Purple #6131A2
RGB
CMYK
RGB Variations
Color information
#6131A2 (or 0x6131A2) is known color: Royal Purple. HEX triplet: 61, 31 and A2. RGB value is (97,49,162). Sum of RGB (Red+Green+Blue) = 97+49+162=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #6131A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6131A2 is #9ECE5D. Grayscale: #4B4B4B. Windows color (decimal): -10407518 or 10629473. OLE color: 10629473.
HSL color Cylindrical-coordinate representation of color #6131A2: hue angle of 265.49º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6131A2 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 49 | 162 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.36 |
| HSL | 265.49º | 0.54% | 0.41% | - |
| HSV(B) | 265.49º | 0.7% | 0.64% | - |
| XYZ | 12.55 | 7.35 | 34.94 | - |
| YUV | 76.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 162 | 0.40 | 0.70 | 0 | 0.36 | 265.49 | 0.54 | 0.41 |
| Hex | 61 | 31 | A2 | 28 | 46 | 0 | 24 | 109 | 36 | 29 |
| Octal | 141 | 61 | 242 | 50 | 106 | 0 | 44 | 411 | 66 | 51 |
| Binary | 1100001 | 110001 | 10100010 | 101000 | 1000110 | 0 | 100100 | 100001001 | 110110 | 101001 |
Color Harmonies of #6131A2
Complementary color
Monochromatic Colors of #6131A2
Black with #6131A2
Text Example
Text Example
White with #6131A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131A2; }
p { color: rgb(97,49,162); }
H1.HeaderClassName
{
color: #6131A2;
}
.AnyTagClassName
{
color: #6131A2;
}
</style>
background-color css
<style>
a { background-color: #6131A2; }
a { background-color: rgb(97,49,162); }
div.DivClassName
{
background-color: #6131A2;
}
.BgClassName
{
background-color: #6131A2;
}
</style>
border-color css
<style>
span { border-color: #6131A2; }
span { border-color: rgb(97,49,162); }
td.TdClassName
{
border-color: #6131A2;
}
.TagClassName
{
border-color: #6131A2;
}
</style>