Shades of Royal Purple #6A219C
Tints of Royal Purple #6A219C
RGB
CMYK
RGB Variations
Color information
#6A219C (or 0x6A219C) is known color: Royal Purple. HEX triplet: 6A, 21 and 9C. RGB value is (106,33,156). Sum of RGB (Red+Green+Blue) = 106+33+156=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A219C is #95DE63. Grayscale: #444444. Windows color (decimal): -9821796 or 10232170. OLE color: 10232170.
HSL color Cylindrical-coordinate representation of color #6A219C: hue angle of 275.61º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A219C is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 33 | 156 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.39 |
| HSL | 275.61º | 0.65% | 0.37% | - |
| HSV(B) | 275.61º | 0.79% | 0.61% | - |
| XYZ | 12.49 | 6.55 | 32.06 | - |
| YUV | 68.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 33 | 156 | 0.32 | 0.79 | 0 | 0.39 | 275.61 | 0.65 | 0.37 |
| Hex | 6A | 21 | 9C | 20 | 4F | 0 | 27 | 114 | 41 | 25 |
| Octal | 152 | 41 | 234 | 40 | 117 | 0 | 47 | 424 | 101 | 45 |
| Binary | 1101010 | 100001 | 10011100 | 100000 | 1001111 | 0 | 100111 | 100010100 | 1000001 | 100101 |
Color Harmonies of #6A219C
Complementary color
Monochromatic Colors of #6A219C
Black with #6A219C
Text Example
Text Example
White with #6A219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A219C; }
p { color: rgb(106,33,156); }
H1.HeaderClassName
{
color: #6A219C;
}
.AnyTagClassName
{
color: #6A219C;
}
</style>
background-color css
<style>
a { background-color: #6A219C; }
a { background-color: rgb(106,33,156); }
div.DivClassName
{
background-color: #6A219C;
}
.BgClassName
{
background-color: #6A219C;
}
</style>
border-color css
<style>
span { border-color: #6A219C; }
span { border-color: rgb(106,33,156); }
td.TdClassName
{
border-color: #6A219C;
}
.TagClassName
{
border-color: #6A219C;
}
</style>