Shades of Royal Purple #6140A9
Tints of Royal Purple #6140A9
RGB
CMYK
RGB Variations
Color information
#6140A9 (or 0x6140A9) is known color: Royal Purple. HEX triplet: 61, 40 and A9. RGB value is (97,64,169). Sum of RGB (Red+Green+Blue) = 97+64+169=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #6140A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6140A9 is #9EBF56. Grayscale: #555555. Windows color (decimal): -10403671 or 11092065. OLE color: 11092065.
HSL color Cylindrical-coordinate representation of color #6140A9: hue angle of 258.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6140A9 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 64 | 169 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.34 |
| HSL | 258.86º | 0.45% | 0.46% | - |
| HSV(B) | 258.86º | 0.62% | 0.66% | - |
| XYZ | 13.92 | 9.07 | 38.55 | - |
| YUV | 85.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 169 | 0.43 | 0.62 | 0 | 0.34 | 258.86 | 0.45 | 0.46 |
| Hex | 61 | 40 | A9 | 2B | 3E | 0 | 22 | 103 | 2D | 2E |
| Octal | 141 | 100 | 251 | 53 | 76 | 0 | 42 | 403 | 55 | 56 |
| Binary | 1100001 | 1000000 | 10101001 | 101011 | 111110 | 0 | 100010 | 100000011 | 101101 | 101110 |
Color Harmonies of #6140A9
Complementary color
Monochromatic Colors of #6140A9
Black with #6140A9
Text Example
Text Example
White with #6140A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6140A9; }
p { color: rgb(97,64,169); }
H1.HeaderClassName
{
color: #6140A9;
}
.AnyTagClassName
{
color: #6140A9;
}
</style>
background-color css
<style>
a { background-color: #6140A9; }
a { background-color: rgb(97,64,169); }
div.DivClassName
{
background-color: #6140A9;
}
.BgClassName
{
background-color: #6140A9;
}
</style>
border-color css
<style>
span { border-color: #6140A9; }
span { border-color: rgb(97,64,169); }
td.TdClassName
{
border-color: #6140A9;
}
.TagClassName
{
border-color: #6140A9;
}
</style>