Shades of Royal Purple #6125A0
Tints of Royal Purple #6125A0
RGB
CMYK
RGB Variations
Color information
#6125A0 (or 0x6125A0) is known color: Royal Purple. HEX triplet: 61, 25 and A0. RGB value is (97,37,160). Sum of RGB (Red+Green+Blue) = 97+37+160=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #6125A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6125A0 is #9EDA5F. Grayscale: #444444. Windows color (decimal): -10410592 or 10495329. OLE color: 10495329.
HSL color Cylindrical-coordinate representation of color #6125A0: hue angle of 269.27º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6125A0 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 37 | 160 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.37 |
| HSL | 269.27º | 0.62% | 0.39% | - |
| HSV(B) | 269.27º | 0.77% | 0.63% | - |
| XYZ | 11.94 | 6.4 | 33.86 | - |
| YUV | 68.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 160 | 0.39 | 0.77 | 0 | 0.37 | 269.27 | 0.62 | 0.39 |
| Hex | 61 | 25 | A0 | 27 | 4D | 0 | 25 | 10D | 3E | 27 |
| Octal | 141 | 45 | 240 | 47 | 115 | 0 | 45 | 415 | 76 | 47 |
| Binary | 1100001 | 100101 | 10100000 | 100111 | 1001101 | 0 | 100101 | 100001101 | 111110 | 100111 |
Color Harmonies of #6125A0
Complementary color
Monochromatic Colors of #6125A0
Black with #6125A0
Text Example
Text Example
White with #6125A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6125A0; }
p { color: rgb(97,37,160); }
H1.HeaderClassName
{
color: #6125A0;
}
.AnyTagClassName
{
color: #6125A0;
}
</style>
background-color css
<style>
a { background-color: #6125A0; }
a { background-color: rgb(97,37,160); }
div.DivClassName
{
background-color: #6125A0;
}
.BgClassName
{
background-color: #6125A0;
}
</style>
border-color css
<style>
span { border-color: #6125A0; }
span { border-color: rgb(97,37,160); }
td.TdClassName
{
border-color: #6125A0;
}
.TagClassName
{
border-color: #6125A0;
}
</style>