Shades of Royal Purple #6921A1
Tints of Royal Purple #6921A1
RGB
CMYK
RGB Variations
Color information
#6921A1 (or 0x6921A1) is known color: Royal Purple. HEX triplet: 69, 21 and A1. RGB value is (105,33,161). Sum of RGB (Red+Green+Blue) = 105+33+161=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 161 (63.28% from 255 or 53.85% from 299); Max value from RGB is 161 - color contains mainly: blue. Hex color #6921A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6921A1 is #96DE5E. Grayscale: #444444. Windows color (decimal): -9887327 or 10559849. OLE color: 10559849.
HSL color Cylindrical-coordinate representation of color #6921A1: hue angle of 273.75º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6921A1 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 33 | 161 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.37 |
| HSL | 273.75º | 0.66% | 0.38% | - |
| HSV(B) | 273.75º | 0.8% | 0.63% | - |
| XYZ | 12.8 | 6.66 | 34.33 | - |
| YUV | 69.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 161 | 0.35 | 0.80 | 0 | 0.37 | 273.75 | 0.66 | 0.38 |
| Hex | 69 | 21 | A1 | 23 | 50 | 0 | 25 | 112 | 42 | 26 |
| Octal | 151 | 41 | 241 | 43 | 120 | 0 | 45 | 422 | 102 | 46 |
| Binary | 1101001 | 100001 | 10100001 | 100011 | 1010000 | 0 | 100101 | 100010010 | 1000010 | 100110 |
Color Harmonies of #6921A1
Complementary color
Monochromatic Colors of #6921A1
Black with #6921A1
Text Example
Text Example
White with #6921A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6921A1; }
p { color: rgb(105,33,161); }
H1.HeaderClassName
{
color: #6921A1;
}
.AnyTagClassName
{
color: #6921A1;
}
</style>
background-color css
<style>
a { background-color: #6921A1; }
a { background-color: rgb(105,33,161); }
div.DivClassName
{
background-color: #6921A1;
}
.BgClassName
{
background-color: #6921A1;
}
</style>
border-color css
<style>
span { border-color: #6921A1; }
span { border-color: rgb(105,33,161); }
td.TdClassName
{
border-color: #6921A1;
}
.TagClassName
{
border-color: #6921A1;
}
</style>