Shades of Royal Purple #6221A0
Tints of Royal Purple #6221A0
RGB
CMYK
RGB Variations
Color information
#6221A0 (or 0x6221A0) is known color: Royal Purple. HEX triplet: 62, 21 and A0. RGB value is (98,33,160). Sum of RGB (Red+Green+Blue) = 98+33+160=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #6221A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6221A0 is #9DDE5F. Grayscale: #424242. Windows color (decimal): -10346080 or 10494306. OLE color: 10494306.
HSL color Cylindrical-coordinate representation of color #6221A0: hue angle of 270.71º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6221A0 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 33 | 160 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.37 |
| HSL | 270.71º | 0.66% | 0.38% | - |
| HSV(B) | 270.71º | 0.79% | 0.63% | - |
| XYZ | 11.93 | 6.22 | 33.83 | - |
| YUV | 66.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 160 | 0.39 | 0.79 | 0 | 0.37 | 270.71 | 0.66 | 0.38 |
| Hex | 62 | 21 | A0 | 27 | 4F | 0 | 25 | 10F | 42 | 26 |
| Octal | 142 | 41 | 240 | 47 | 117 | 0 | 45 | 417 | 102 | 46 |
| Binary | 1100010 | 100001 | 10100000 | 100111 | 1001111 | 0 | 100101 | 100001111 | 1000010 | 100110 |
Color Harmonies of #6221A0
Complementary color
Monochromatic Colors of #6221A0
Black with #6221A0
Text Example
Text Example
White with #6221A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221A0; }
p { color: rgb(98,33,160); }
H1.HeaderClassName
{
color: #6221A0;
}
.AnyTagClassName
{
color: #6221A0;
}
</style>
background-color css
<style>
a { background-color: #6221A0; }
a { background-color: rgb(98,33,160); }
div.DivClassName
{
background-color: #6221A0;
}
.BgClassName
{
background-color: #6221A0;
}
</style>
border-color css
<style>
span { border-color: #6221A0; }
span { border-color: rgb(98,33,160); }
td.TdClassName
{
border-color: #6221A0;
}
.TagClassName
{
border-color: #6221A0;
}
</style>