Shades of Royal Purple #6220A1
Tints of Royal Purple #6220A1
RGB
CMYK
RGB Variations
Color information
#6220A1 (or 0x6220A1) is known color: Royal Purple. HEX triplet: 62, 20 and A1. RGB value is (98,32,161). Sum of RGB (Red+Green+Blue) = 98+32+161=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #6220A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6220A1 is #9DDF5E. Grayscale: #414141. Windows color (decimal): -10346335 or 10559586. OLE color: 10559586.
HSL color Cylindrical-coordinate representation of color #6220A1: hue angle of 270.7º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6220A1 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 32 | 161 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.37 |
| HSL | 270.7º | 0.67% | 0.38% | - |
| HSV(B) | 270.7º | 0.8% | 0.63% | - |
| XYZ | 11.99 | 6.2 | 34.28 | - |
| YUV | 66.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 161 | 0.39 | 0.80 | 0 | 0.37 | 270.7 | 0.67 | 0.38 |
| Hex | 62 | 20 | A1 | 27 | 50 | 0 | 25 | 10F | 43 | 26 |
| Octal | 142 | 40 | 241 | 47 | 120 | 0 | 45 | 417 | 103 | 46 |
| Binary | 1100010 | 100000 | 10100001 | 100111 | 1010000 | 0 | 100101 | 100001111 | 1000011 | 100110 |
Color Harmonies of #6220A1
Complementary color
Monochromatic Colors of #6220A1
Black with #6220A1
Text Example
Text Example
White with #6220A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6220A1; }
p { color: rgb(98,32,161); }
H1.HeaderClassName
{
color: #6220A1;
}
.AnyTagClassName
{
color: #6220A1;
}
</style>
background-color css
<style>
a { background-color: #6220A1; }
a { background-color: rgb(98,32,161); }
div.DivClassName
{
background-color: #6220A1;
}
.BgClassName
{
background-color: #6220A1;
}
</style>
border-color css
<style>
span { border-color: #6220A1; }
span { border-color: rgb(98,32,161); }
td.TdClassName
{
border-color: #6220A1;
}
.TagClassName
{
border-color: #6220A1;
}
</style>