Shades of Royal Purple #6149A1
Tints of Royal Purple #6149A1
RGB
CMYK
RGB Variations
Color information
#6149A1 (or 0x6149A1) is known color: Royal Purple. HEX triplet: 61, 49 and A1. RGB value is (97,73,161). Sum of RGB (Red+Green+Blue) = 97+73+161=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 161 - color contains mainly: blue. Hex color #6149A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6149A1 is #9EB65E. Grayscale: #595959. Windows color (decimal): -10401375 or 10570081. OLE color: 10570081.
HSL color Cylindrical-coordinate representation of color #6149A1: hue angle of 256.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6149A1 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 73 | 161 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.37 |
| HSL | 256.36º | 0.38% | 0.46% | - |
| HSV(B) | 256.36º | 0.55% | 0.63% | - |
| XYZ | 13.75 | 9.88 | 34.9 | - |
| YUV | 90.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 161 | 0.40 | 0.55 | 0 | 0.37 | 256.36 | 0.38 | 0.46 |
| Hex | 61 | 49 | A1 | 28 | 37 | 0 | 25 | 100 | 26 | 2E |
| Octal | 141 | 111 | 241 | 50 | 67 | 0 | 45 | 400 | 46 | 56 |
| Binary | 1100001 | 1001001 | 10100001 | 101000 | 110111 | 0 | 100101 | 100000000 | 100110 | 101110 |
Color Harmonies of #6149A1
Complementary color
Monochromatic Colors of #6149A1
Black with #6149A1
Text Example
Text Example
White with #6149A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6149A1; }
p { color: rgb(97,73,161); }
H1.HeaderClassName
{
color: #6149A1;
}
.AnyTagClassName
{
color: #6149A1;
}
</style>
background-color css
<style>
a { background-color: #6149A1; }
a { background-color: rgb(97,73,161); }
div.DivClassName
{
background-color: #6149A1;
}
.BgClassName
{
background-color: #6149A1;
}
</style>
border-color css
<style>
span { border-color: #6149A1; }
span { border-color: rgb(97,73,161); }
td.TdClassName
{
border-color: #6149A1;
}
.TagClassName
{
border-color: #6149A1;
}
</style>