Shades of Royal Purple #6141AD
Tints of Royal Purple #6141AD
RGB
CMYK
RGB Variations
Color information
#6141AD (or 0x6141AD) is known color: Royal Purple. HEX triplet: 61, 41 and AD. RGB value is (97,65,173). Sum of RGB (Red+Green+Blue) = 97+65+173=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #6141AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6141AD is #9EBE52. Grayscale: #565656. Windows color (decimal): -10403411 or 11354465. OLE color: 11354465.
HSL color Cylindrical-coordinate representation of color #6141AD: hue angle of 257.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6141AD is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 65 | 173 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.32 |
| HSL | 257.78º | 0.45% | 0.47% | - |
| HSV(B) | 257.78º | 0.62% | 0.68% | - |
| XYZ | 14.36 | 9.34 | 40.58 | - |
| YUV | 86.88 | 176.6 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 173 | 0.44 | 0.62 | 0 | 0.32 | 257.78 | 0.45 | 0.47 |
| Hex | 61 | 41 | AD | 2C | 3E | 0 | 20 | 102 | 2D | 2F |
| Octal | 141 | 101 | 255 | 54 | 76 | 0 | 40 | 402 | 55 | 57 |
| Binary | 1100001 | 1000001 | 10101101 | 101100 | 111110 | 0 | 100000 | 100000010 | 101101 | 101111 |
Color Harmonies of #6141AD
Complementary color
Monochromatic Colors of #6141AD
Black with #6141AD
Text Example
Text Example
White with #6141AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6141AD; }
p { color: rgb(97,65,173); }
H1.HeaderClassName
{
color: #6141AD;
}
.AnyTagClassName
{
color: #6141AD;
}
</style>
background-color css
<style>
a { background-color: #6141AD; }
a { background-color: rgb(97,65,173); }
div.DivClassName
{
background-color: #6141AD;
}
.BgClassName
{
background-color: #6141AD;
}
</style>
border-color css
<style>
span { border-color: #6141AD; }
span { border-color: rgb(97,65,173); }
td.TdClassName
{
border-color: #6141AD;
}
.TagClassName
{
border-color: #6141AD;
}
</style>