Shades of Royal Purple #6144AA
Tints of Royal Purple #6144AA
RGB
CMYK
RGB Variations
Color information
#6144AA (or 0x6144AA) is known color: Royal Purple. HEX triplet: 61, 44 and AA. RGB value is (97,68,170). Sum of RGB (Red+Green+Blue) = 97+68+170=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #6144AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6144AA is #9EBB55. Grayscale: #575757. Windows color (decimal): -10402646 or 11158625. OLE color: 11158625.
HSL color Cylindrical-coordinate representation of color #6144AA: hue angle of 257.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6144AA is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 68 | 170 | - |
| CMYK | 0.43 | 0.6 | 0 | 0.33 |
| HSL | 257.06º | 0.43% | 0.47% | - |
| HSV(B) | 257.06º | 0.6% | 0.67% | - |
| XYZ | 14.25 | 9.58 | 39.13 | - |
| YUV | 88.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 170 | 0.43 | 0.6 | 0 | 0.33 | 257.06 | 0.43 | 0.47 |
| Hex | 61 | 44 | AA | 2B | 3C | 0 | 21 | 101 | 2B | 2F |
| Octal | 141 | 104 | 252 | 53 | 74 | 0 | 41 | 401 | 53 | 57 |
| Binary | 1100001 | 1000100 | 10101010 | 101011 | 111100 | 0 | 100001 | 100000001 | 101011 | 101111 |
Color Harmonies of #6144AA
Complementary color
Monochromatic Colors of #6144AA
Black with #6144AA
Text Example
Text Example
White with #6144AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144AA; }
p { color: rgb(97,68,170); }
H1.HeaderClassName
{
color: #6144AA;
}
.AnyTagClassName
{
color: #6144AA;
}
</style>
background-color css
<style>
a { background-color: #6144AA; }
a { background-color: rgb(97,68,170); }
div.DivClassName
{
background-color: #6144AA;
}
.BgClassName
{
background-color: #6144AA;
}
</style>
border-color css
<style>
span { border-color: #6144AA; }
span { border-color: rgb(97,68,170); }
td.TdClassName
{
border-color: #6144AA;
}
.TagClassName
{
border-color: #6144AA;
}
</style>