Shades of Royal Purple #6246AB
Tints of Royal Purple #6246AB
RGB
CMYK
RGB Variations
Color information
#6246AB (or 0x6246AB) is known color: Royal Purple. HEX triplet: 62, 46 and AB. RGB value is (98,70,171). Sum of RGB (Red+Green+Blue) = 98+70+171=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #6246AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6246AB is #9DB954. Grayscale: #595959. Windows color (decimal): -10336597 or 11224674. OLE color: 11224674.
HSL color Cylindrical-coordinate representation of color #6246AB: hue angle of 256.63º 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 #6246AB is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 70 | 171 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.33 |
| HSL | 256.63º | 0.42% | 0.47% | - |
| HSV(B) | 256.63º | 0.59% | 0.67% | - |
| XYZ | 14.58 | 9.92 | 39.67 | - |
| YUV | 89.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 171 | 0.43 | 0.59 | 0 | 0.33 | 256.63 | 0.42 | 0.47 |
| Hex | 62 | 46 | AB | 2B | 3B | 0 | 21 | 101 | 2A | 2F |
| Octal | 142 | 106 | 253 | 53 | 73 | 0 | 41 | 401 | 52 | 57 |
| Binary | 1100010 | 1000110 | 10101011 | 101011 | 111011 | 0 | 100001 | 100000001 | 101010 | 101111 |
Color Harmonies of #6246AB
Complementary color
Monochromatic Colors of #6246AB
Black with #6246AB
Text Example
Text Example
White with #6246AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6246AB; }
p { color: rgb(98,70,171); }
H1.HeaderClassName
{
color: #6246AB;
}
.AnyTagClassName
{
color: #6246AB;
}
</style>
background-color css
<style>
a { background-color: #6246AB; }
a { background-color: rgb(98,70,171); }
div.DivClassName
{
background-color: #6246AB;
}
.BgClassName
{
background-color: #6246AB;
}
</style>
border-color css
<style>
span { border-color: #6246AB; }
span { border-color: rgb(98,70,171); }
td.TdClassName
{
border-color: #6246AB;
}
.TagClassName
{
border-color: #6246AB;
}
</style>