Shades of Royal Purple #6021A0
Tints of Royal Purple #6021A0
RGB
CMYK
RGB Variations
Color information
#6021A0 (or 0x6021A0) is known color: Royal Purple. HEX triplet: 60, 21 and A0. RGB value is (96,33,160). Sum of RGB (Red+Green+Blue) = 96+33+160=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #6021A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6021A0 is #9FDE5F. Grayscale: #414141. Windows color (decimal): -10477152 or 10494304. OLE color: 10494304.
HSL color Cylindrical-coordinate representation of color #6021A0: hue angle of 269.76º 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 #6021A0 is Cyan = 0.4, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 33 | 160 | - |
| CMYK | 0.4 | 0.79 | 0 | 0.37 |
| HSL | 269.76º | 0.66% | 0.38% | - |
| HSV(B) | 269.76º | 0.79% | 0.63% | - |
| XYZ | 11.71 | 6.11 | 33.82 | - |
| YUV | 66.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 160 | 0.4 | 0.79 | 0 | 0.37 | 269.76 | 0.66 | 0.38 |
| Hex | 60 | 21 | A0 | 28 | 4F | 0 | 25 | 10E | 42 | 26 |
| Octal | 140 | 41 | 240 | 50 | 117 | 0 | 45 | 416 | 102 | 46 |
| Binary | 1100000 | 100001 | 10100000 | 101000 | 1001111 | 0 | 100101 | 100001110 | 1000010 | 100110 |
Color Harmonies of #6021A0
Complementary color
Monochromatic Colors of #6021A0
Black with #6021A0
Text Example
Text Example
White with #6021A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6021A0; }
p { color: rgb(96,33,160); }
H1.HeaderClassName
{
color: #6021A0;
}
.AnyTagClassName
{
color: #6021A0;
}
</style>
background-color css
<style>
a { background-color: #6021A0; }
a { background-color: rgb(96,33,160); }
div.DivClassName
{
background-color: #6021A0;
}
.BgClassName
{
background-color: #6021A0;
}
</style>
border-color css
<style>
span { border-color: #6021A0; }
span { border-color: rgb(96,33,160); }
td.TdClassName
{
border-color: #6021A0;
}
.TagClassName
{
border-color: #6021A0;
}
</style>