Shades of Royal Purple #6049A6
Tints of Royal Purple #6049A6
RGB
CMYK
RGB Variations
Color information
#6049A6 (or 0x6049A6) is known color: Royal Purple. HEX triplet: 60, 49 and A6. RGB value is (96,73,166). Sum of RGB (Red+Green+Blue) = 96+73+166=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #6049A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6049A6 is #9FB659. Grayscale: #5A5A5A. Windows color (decimal): -10466906 or 10897760. OLE color: 10897760.
HSL color Cylindrical-coordinate representation of color #6049A6: hue angle of 254.84º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6049A6 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 73 | 166 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.35 |
| HSL | 254.84º | 0.39% | 0.47% | - |
| HSV(B) | 254.84º | 0.56% | 0.65% | - |
| XYZ | 14.09 | 10.01 | 37.26 | - |
| YUV | 90.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 166 | 0.42 | 0.56 | 0 | 0.35 | 254.84 | 0.39 | 0.47 |
| Hex | 60 | 49 | A6 | 2A | 38 | 0 | 23 | FF | 27 | 2F |
| Octal | 140 | 111 | 246 | 52 | 70 | 0 | 43 | 377 | 47 | 57 |
| Binary | 1100000 | 1001001 | 10100110 | 101010 | 111000 | 0 | 100011 | 11111111 | 100111 | 101111 |
Color Harmonies of #6049A6
Complementary color
Monochromatic Colors of #6049A6
Black with #6049A6
Text Example
Text Example
White with #6049A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6049A6; }
p { color: rgb(96,73,166); }
H1.HeaderClassName
{
color: #6049A6;
}
.AnyTagClassName
{
color: #6049A6;
}
</style>
background-color css
<style>
a { background-color: #6049A6; }
a { background-color: rgb(96,73,166); }
div.DivClassName
{
background-color: #6049A6;
}
.BgClassName
{
background-color: #6049A6;
}
</style>
border-color css
<style>
span { border-color: #6049A6; }
span { border-color: rgb(96,73,166); }
td.TdClassName
{
border-color: #6049A6;
}
.TagClassName
{
border-color: #6049A6;
}
</style>