Shades of Royal Purple #6246AD
Tints of Royal Purple #6246AD
RGB
CMYK
RGB Variations
Color information
#6246AD (or 0x6246AD) is known color: Royal Purple. HEX triplet: 62, 46 and AD. RGB value is (98,70,173). Sum of RGB (Red+Green+Blue) = 98+70+173=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #6246AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6246AD is #9DB952. Grayscale: #595959. Windows color (decimal): -10336595 or 11355746. OLE color: 11355746.
HSL color Cylindrical-coordinate representation of color #6246AD: hue angle of 256.31º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6246AD is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 70 | 173 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.32 |
| HSL | 256.31º | 0.42% | 0.48% | - |
| HSV(B) | 256.31º | 0.6% | 0.68% | - |
| XYZ | 14.77 | 9.99 | 40.69 | - |
| YUV | 90.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 173 | 0.43 | 0.60 | 0 | 0.32 | 256.31 | 0.42 | 0.48 |
| Hex | 62 | 46 | AD | 2B | 3C | 0 | 20 | 100 | 2A | 30 |
| Octal | 142 | 106 | 255 | 53 | 74 | 0 | 40 | 400 | 52 | 60 |
| Binary | 1100010 | 1000110 | 10101101 | 101011 | 111100 | 0 | 100000 | 100000000 | 101010 | 110000 |
Color Harmonies of #6246AD
Complementary color
Monochromatic Colors of #6246AD
Black with #6246AD
Text Example
Text Example
White with #6246AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6246AD; }
p { color: rgb(98,70,173); }
H1.HeaderClassName
{
color: #6246AD;
}
.AnyTagClassName
{
color: #6246AD;
}
</style>
background-color css
<style>
a { background-color: #6246AD; }
a { background-color: rgb(98,70,173); }
div.DivClassName
{
background-color: #6246AD;
}
.BgClassName
{
background-color: #6246AD;
}
</style>
border-color css
<style>
span { border-color: #6246AD; }
span { border-color: rgb(98,70,173); }
td.TdClassName
{
border-color: #6246AD;
}
.TagClassName
{
border-color: #6246AD;
}
</style>