Shades of Royal Purple #6229A1
Tints of Royal Purple #6229A1
RGB
CMYK
RGB Variations
Color information
#6229A1 (or 0x6229A1) is known color: Royal Purple. HEX triplet: 62, 29 and A1. RGB value is (98,41,161). Sum of RGB (Red+Green+Blue) = 98+41+161=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 161 (63.28% from 255 or 53.67% from 300); Max value from RGB is 161 - color contains mainly: blue. Hex color #6229A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6229A1 is #9DD65E. Grayscale: #474747. Windows color (decimal): -10344031 or 10561890. OLE color: 10561890.
HSL color Cylindrical-coordinate representation of color #6229A1: hue angle of 268.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6229A1 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 41 | 161 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.37 |
| HSL | 268.5º | 0.59% | 0.4% | - |
| HSV(B) | 268.5º | 0.75% | 0.63% | - |
| XYZ | 12.26 | 6.76 | 34.38 | - |
| YUV | 71.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 161 | 0.39 | 0.75 | 0 | 0.37 | 268.5 | 0.59 | 0.4 |
| Hex | 62 | 29 | A1 | 27 | 4B | 0 | 25 | 10C | 3B | 28 |
| Octal | 142 | 51 | 241 | 47 | 113 | 0 | 45 | 414 | 73 | 50 |
| Binary | 1100010 | 101001 | 10100001 | 100111 | 1001011 | 0 | 100101 | 100001100 | 111011 | 101000 |
Color Harmonies of #6229A1
Complementary color
Monochromatic Colors of #6229A1
Black with #6229A1
Text Example
Text Example
White with #6229A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6229A1; }
p { color: rgb(98,41,161); }
H1.HeaderClassName
{
color: #6229A1;
}
.AnyTagClassName
{
color: #6229A1;
}
</style>
background-color css
<style>
a { background-color: #6229A1; }
a { background-color: rgb(98,41,161); }
div.DivClassName
{
background-color: #6229A1;
}
.BgClassName
{
background-color: #6229A1;
}
</style>
border-color css
<style>
span { border-color: #6229A1; }
span { border-color: rgb(98,41,161); }
td.TdClassName
{
border-color: #6229A1;
}
.TagClassName
{
border-color: #6229A1;
}
</style>