Shades of Royal Purple #6721A0
Tints of Royal Purple #6721A0
RGB
CMYK
RGB Variations
Color information
#6721A0 (or 0x6721A0) is known color: Royal Purple. HEX triplet: 67, 21 and A0. RGB value is (103,33,160). Sum of RGB (Red+Green+Blue) = 103+33+160=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #6721A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6721A0 is #98DE5F. Grayscale: #434343. Windows color (decimal): -10018400 or 10494311. OLE color: 10494311.
HSL color Cylindrical-coordinate representation of color #6721A0: hue angle of 273.07º 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 #6721A0 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 33 | 160 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.37 |
| HSL | 273.07º | 0.66% | 0.38% | - |
| HSV(B) | 273.07º | 0.79% | 0.63% | - |
| XYZ | 12.48 | 6.51 | 33.86 | - |
| YUV | 68.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 160 | 0.36 | 0.79 | 0 | 0.37 | 273.07 | 0.66 | 0.38 |
| Hex | 67 | 21 | A0 | 24 | 4F | 0 | 25 | 111 | 42 | 26 |
| Octal | 147 | 41 | 240 | 44 | 117 | 0 | 45 | 421 | 102 | 46 |
| Binary | 1100111 | 100001 | 10100000 | 100100 | 1001111 | 0 | 100101 | 100010001 | 1000010 | 100110 |
Color Harmonies of #6721A0
Complementary color
Monochromatic Colors of #6721A0
Black with #6721A0
Text Example
Text Example
White with #6721A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6721A0; }
p { color: rgb(103,33,160); }
H1.HeaderClassName
{
color: #6721A0;
}
.AnyTagClassName
{
color: #6721A0;
}
</style>
background-color css
<style>
a { background-color: #6721A0; }
a { background-color: rgb(103,33,160); }
div.DivClassName
{
background-color: #6721A0;
}
.BgClassName
{
background-color: #6721A0;
}
</style>
border-color css
<style>
span { border-color: #6721A0; }
span { border-color: rgb(103,33,160); }
td.TdClassName
{
border-color: #6721A0;
}
.TagClassName
{
border-color: #6721A0;
}
</style>