Shades of Royal Purple #6046AA
Tints of Royal Purple #6046AA
RGB
CMYK
RGB Variations
Color information
#6046AA (or 0x6046AA) is known color: Royal Purple. HEX triplet: 60, 46 and AA. RGB value is (96,70,170). Sum of RGB (Red+Green+Blue) = 96+70+170=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #6046AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6046AA is #9FB955. Grayscale: #585858. Windows color (decimal): -10467670 or 11159136. OLE color: 11159136.
HSL color Cylindrical-coordinate representation of color #6046AA: hue angle of 255.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6046AA is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 70 | 170 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.33 |
| HSL | 255.6º | 0.42% | 0.47% | - |
| HSV(B) | 255.6º | 0.59% | 0.67% | - |
| XYZ | 14.27 | 9.77 | 39.16 | - |
| YUV | 89.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 170 | 0.44 | 0.59 | 0 | 0.33 | 255.6 | 0.42 | 0.47 |
| Hex | 60 | 46 | AA | 2C | 3B | 0 | 21 | 100 | 2A | 2F |
| Octal | 140 | 106 | 252 | 54 | 73 | 0 | 41 | 400 | 52 | 57 |
| Binary | 1100000 | 1000110 | 10101010 | 101100 | 111011 | 0 | 100001 | 100000000 | 101010 | 101111 |
Color Harmonies of #6046AA
Complementary color
Monochromatic Colors of #6046AA
Black with #6046AA
Text Example
Text Example
White with #6046AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6046AA; }
p { color: rgb(96,70,170); }
H1.HeaderClassName
{
color: #6046AA;
}
.AnyTagClassName
{
color: #6046AA;
}
</style>
background-color css
<style>
a { background-color: #6046AA; }
a { background-color: rgb(96,70,170); }
div.DivClassName
{
background-color: #6046AA;
}
.BgClassName
{
background-color: #6046AA;
}
</style>
border-color css
<style>
span { border-color: #6046AA; }
span { border-color: rgb(96,70,170); }
td.TdClassName
{
border-color: #6046AA;
}
.TagClassName
{
border-color: #6046AA;
}
</style>