Shades of Royal Purple #6144AE
Tints of Royal Purple #6144AE
RGB
CMYK
RGB Variations
Color information
#6144AE (or 0x6144AE) is known color: Royal Purple. HEX triplet: 61, 44 and AE. RGB value is (97,68,174). Sum of RGB (Red+Green+Blue) = 97+68+174=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #6144AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6144AE is #9EBB51. Grayscale: #585858. Windows color (decimal): -10402642 or 11420769. OLE color: 11420769.
HSL color Cylindrical-coordinate representation of color #6144AE: hue angle of 256.42º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6144AE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 68 | 174 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.32 |
| HSL | 256.42º | 0.44% | 0.47% | - |
| HSV(B) | 256.42º | 0.61% | 0.68% | - |
| XYZ | 14.64 | 9.73 | 41.15 | - |
| YUV | 88.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 174 | 0.44 | 0.61 | 0 | 0.32 | 256.42 | 0.44 | 0.47 |
| Hex | 61 | 44 | AE | 2C | 3D | 0 | 20 | 100 | 2C | 2F |
| Octal | 141 | 104 | 256 | 54 | 75 | 0 | 40 | 400 | 54 | 57 |
| Binary | 1100001 | 1000100 | 10101110 | 101100 | 111101 | 0 | 100000 | 100000000 | 101100 | 101111 |
Color Harmonies of #6144AE
Complementary color
Monochromatic Colors of #6144AE
Black with #6144AE
Text Example
Text Example
White with #6144AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144AE; }
p { color: rgb(97,68,174); }
H1.HeaderClassName
{
color: #6144AE;
}
.AnyTagClassName
{
color: #6144AE;
}
</style>
background-color css
<style>
a { background-color: #6144AE; }
a { background-color: rgb(97,68,174); }
div.DivClassName
{
background-color: #6144AE;
}
.BgClassName
{
background-color: #6144AE;
}
</style>
border-color css
<style>
span { border-color: #6144AE; }
span { border-color: rgb(97,68,174); }
td.TdClassName
{
border-color: #6144AE;
}
.TagClassName
{
border-color: #6144AE;
}
</style>