Shades of Royal Purple #6141AA
Tints of Royal Purple #6141AA
RGB
CMYK
RGB Variations
Color information
#6141AA (or 0x6141AA) is known color: Royal Purple. HEX triplet: 61, 41 and AA. RGB value is (97,65,170). Sum of RGB (Red+Green+Blue) = 97+65+170=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #6141AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6141AA is #9EBE55. Grayscale: #565656. Windows color (decimal): -10403414 or 11157857. OLE color: 11157857.
HSL color Cylindrical-coordinate representation of color #6141AA: hue angle of 258.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6141AA is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 65 | 170 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.33 |
| HSL | 258.29º | 0.45% | 0.46% | - |
| HSV(B) | 258.29º | 0.62% | 0.67% | - |
| XYZ | 14.08 | 9.22 | 39.07 | - |
| YUV | 86.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 170 | 0.43 | 0.62 | 0 | 0.33 | 258.29 | 0.45 | 0.46 |
| Hex | 61 | 41 | AA | 2B | 3E | 0 | 21 | 102 | 2D | 2E |
| Octal | 141 | 101 | 252 | 53 | 76 | 0 | 41 | 402 | 55 | 56 |
| Binary | 1100001 | 1000001 | 10101010 | 101011 | 111110 | 0 | 100001 | 100000010 | 101101 | 101110 |
Color Harmonies of #6141AA
Complementary color
Monochromatic Colors of #6141AA
Black with #6141AA
Text Example
Text Example
White with #6141AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6141AA; }
p { color: rgb(97,65,170); }
H1.HeaderClassName
{
color: #6141AA;
}
.AnyTagClassName
{
color: #6141AA;
}
</style>
background-color css
<style>
a { background-color: #6141AA; }
a { background-color: rgb(97,65,170); }
div.DivClassName
{
background-color: #6141AA;
}
.BgClassName
{
background-color: #6141AA;
}
</style>
border-color css
<style>
span { border-color: #6141AA; }
span { border-color: rgb(97,65,170); }
td.TdClassName
{
border-color: #6141AA;
}
.TagClassName
{
border-color: #6141AA;
}
</style>