Shades of Royal Purple #6144A0
Tints of Royal Purple #6144A0
RGB
CMYK
RGB Variations
Color information
#6144A0 (or 0x6144A0) is known color: Royal Purple. HEX triplet: 61, 44 and A0. RGB value is (97,68,160). Sum of RGB (Red+Green+Blue) = 97+68+160=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #6144A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6144A0 is #9EBB5F. Grayscale: #565656. Windows color (decimal): -10402656 or 10503265. OLE color: 10503265.
HSL color Cylindrical-coordinate representation of color #6144A0: hue angle of 258.91º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6144A0 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 68 | 160 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.37 |
| HSL | 258.91º | 0.4% | 0.45% | - |
| HSV(B) | 258.91º | 0.58% | 0.63% | - |
| XYZ | 13.34 | 9.21 | 34.33 | - |
| YUV | 87.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 160 | 0.39 | 0.57 | 0 | 0.37 | 258.91 | 0.4 | 0.45 |
| Hex | 61 | 44 | A0 | 27 | 39 | 0 | 25 | 103 | 28 | 2D |
| Octal | 141 | 104 | 240 | 47 | 71 | 0 | 45 | 403 | 50 | 55 |
| Binary | 1100001 | 1000100 | 10100000 | 100111 | 111001 | 0 | 100101 | 100000011 | 101000 | 101101 |
Color Harmonies of #6144A0
Complementary color
Monochromatic Colors of #6144A0
Black with #6144A0
Text Example
Text Example
White with #6144A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144A0; }
p { color: rgb(97,68,160); }
H1.HeaderClassName
{
color: #6144A0;
}
.AnyTagClassName
{
color: #6144A0;
}
</style>
background-color css
<style>
a { background-color: #6144A0; }
a { background-color: rgb(97,68,160); }
div.DivClassName
{
background-color: #6144A0;
}
.BgClassName
{
background-color: #6144A0;
}
</style>
border-color css
<style>
span { border-color: #6144A0; }
span { border-color: rgb(97,68,160); }
td.TdClassName
{
border-color: #6144A0;
}
.TagClassName
{
border-color: #6144A0;
}
</style>