Shades of Royal Purple #6247AC
Tints of Royal Purple #6247AC
RGB
CMYK
RGB Variations
Color information
#6247AC (or 0x6247AC) is known color: Royal Purple. HEX triplet: 62, 47 and AC. RGB value is (98,71,172). Sum of RGB (Red+Green+Blue) = 98+71+172=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6247AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6247AC is #9DB853. Grayscale: #5A5A5A. Windows color (decimal): -10336340 or 11290466. OLE color: 11290466.
HSL color Cylindrical-coordinate representation of color #6247AC: hue angle of 256.04º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6247AC is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 71 | 172 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.33 |
| HSL | 256.04º | 0.42% | 0.48% | - |
| HSV(B) | 256.04º | 0.59% | 0.67% | - |
| XYZ | 14.74 | 10.08 | 40.2 | - |
| YUV | 90.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 172 | 0.43 | 0.59 | 0 | 0.33 | 256.04 | 0.42 | 0.48 |
| Hex | 62 | 47 | AC | 2B | 3B | 0 | 21 | 100 | 2A | 30 |
| Octal | 142 | 107 | 254 | 53 | 73 | 0 | 41 | 400 | 52 | 60 |
| Binary | 1100010 | 1000111 | 10101100 | 101011 | 111011 | 0 | 100001 | 100000000 | 101010 | 110000 |
Color Harmonies of #6247AC
Complementary color
Monochromatic Colors of #6247AC
Black with #6247AC
Text Example
Text Example
White with #6247AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6247AC; }
p { color: rgb(98,71,172); }
H1.HeaderClassName
{
color: #6247AC;
}
.AnyTagClassName
{
color: #6247AC;
}
</style>
background-color css
<style>
a { background-color: #6247AC; }
a { background-color: rgb(98,71,172); }
div.DivClassName
{
background-color: #6247AC;
}
.BgClassName
{
background-color: #6247AC;
}
</style>
border-color css
<style>
span { border-color: #6247AC; }
span { border-color: rgb(98,71,172); }
td.TdClassName
{
border-color: #6247AC;
}
.TagClassName
{
border-color: #6247AC;
}
</style>