Shades of Royal Purple #6222A2
Tints of Royal Purple #6222A2
RGB
CMYK
RGB Variations
Color information
#6222A2 (or 0x6222A2) is known color: Royal Purple. HEX triplet: 62, 22 and A2. RGB value is (98,34,162). Sum of RGB (Red+Green+Blue) = 98+34+162=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #6222A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6222A2 is #9DDD5D. Grayscale: #434343. Windows color (decimal): -10345822 or 10625634. OLE color: 10625634.
HSL color Cylindrical-coordinate representation of color #6222A2: hue angle of 270º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6222A2 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 34 | 162 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.36 |
| HSL | 270º | 0.65% | 0.38% | - |
| HSV(B) | 270º | 0.79% | 0.64% | - |
| XYZ | 12.13 | 6.35 | 34.77 | - |
| YUV | 67.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 162 | 0.40 | 0.79 | 0 | 0.36 | 270 | 0.65 | 0.38 |
| Hex | 62 | 22 | A2 | 28 | 4F | 0 | 24 | 10E | 41 | 26 |
| Octal | 142 | 42 | 242 | 50 | 117 | 0 | 44 | 416 | 101 | 46 |
| Binary | 1100010 | 100010 | 10100010 | 101000 | 1001111 | 0 | 100100 | 100001110 | 1000001 | 100110 |
Color Harmonies of #6222A2
Complementary color
Monochromatic Colors of #6222A2
Black with #6222A2
Text Example
Text Example
White with #6222A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6222A2; }
p { color: rgb(98,34,162); }
H1.HeaderClassName
{
color: #6222A2;
}
.AnyTagClassName
{
color: #6222A2;
}
</style>
background-color css
<style>
a { background-color: #6222A2; }
a { background-color: rgb(98,34,162); }
div.DivClassName
{
background-color: #6222A2;
}
.BgClassName
{
background-color: #6222A2;
}
</style>
border-color css
<style>
span { border-color: #6222A2; }
span { border-color: rgb(98,34,162); }
td.TdClassName
{
border-color: #6222A2;
}
.TagClassName
{
border-color: #6222A2;
}
</style>