Shades of Royal Purple #6141A0
Tints of Royal Purple #6141A0
RGB
CMYK
RGB Variations
Color information
#6141A0 (or 0x6141A0) is known color: Royal Purple. HEX triplet: 61, 41 and A0. RGB value is (97,65,160). Sum of RGB (Red+Green+Blue) = 97+65+160=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #6141A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6141A0 is #9EBE5F. Grayscale: #555555. Windows color (decimal): -10403424 or 10502497. OLE color: 10502497.
HSL color Cylindrical-coordinate representation of color #6141A0: hue angle of 260.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6141A0 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 65 | 160 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.37 |
| HSL | 260.21º | 0.42% | 0.44% | - |
| HSV(B) | 260.21º | 0.59% | 0.63% | - |
| XYZ | 13.17 | 8.86 | 34.27 | - |
| YUV | 85.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 160 | 0.39 | 0.59 | 0 | 0.37 | 260.21 | 0.42 | 0.44 |
| Hex | 61 | 41 | A0 | 27 | 3B | 0 | 25 | 104 | 2A | 2C |
| Octal | 141 | 101 | 240 | 47 | 73 | 0 | 45 | 404 | 52 | 54 |
| Binary | 1100001 | 1000001 | 10100000 | 100111 | 111011 | 0 | 100101 | 100000100 | 101010 | 101100 |
Color Harmonies of #6141A0
Complementary color
Monochromatic Colors of #6141A0
Black with #6141A0
Text Example
Text Example
White with #6141A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6141A0; }
p { color: rgb(97,65,160); }
H1.HeaderClassName
{
color: #6141A0;
}
.AnyTagClassName
{
color: #6141A0;
}
</style>
background-color css
<style>
a { background-color: #6141A0; }
a { background-color: rgb(97,65,160); }
div.DivClassName
{
background-color: #6141A0;
}
.BgClassName
{
background-color: #6141A0;
}
</style>
border-color css
<style>
span { border-color: #6141A0; }
span { border-color: rgb(97,65,160); }
td.TdClassName
{
border-color: #6141A0;
}
.TagClassName
{
border-color: #6141A0;
}
</style>