Shades of Royal Purple #6933AD
Tints of Royal Purple #6933AD
RGB
CMYK
RGB Variations
Color information
#6933AD (or 0x6933AD) is known color: Royal Purple. HEX triplet: 69, 33 and AD. RGB value is (105,51,173). Sum of RGB (Red+Green+Blue) = 105+51+173=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #6933AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6933AD is #96CC52. Grayscale: #505050. Windows color (decimal): -9882707 or 11350889. OLE color: 11350889.
HSL color Cylindrical-coordinate representation of color #6933AD: hue angle of 266.56º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6933AD is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 51 | 173 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.32 |
| HSL | 266.56º | 0.54% | 0.44% | - |
| HSV(B) | 266.56º | 0.71% | 0.68% | - |
| XYZ | 14.55 | 8.39 | 40.39 | - |
| YUV | 81.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 173 | 0.39 | 0.71 | 0 | 0.32 | 266.56 | 0.54 | 0.44 |
| Hex | 69 | 33 | AD | 27 | 47 | 0 | 20 | 10B | 36 | 2C |
| Octal | 151 | 63 | 255 | 47 | 107 | 0 | 40 | 413 | 66 | 54 |
| Binary | 1101001 | 110011 | 10101101 | 100111 | 1000111 | 0 | 100000 | 100001011 | 110110 | 101100 |
Color Harmonies of #6933AD
Complementary color
Monochromatic Colors of #6933AD
Black with #6933AD
Text Example
Text Example
White with #6933AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933AD; }
p { color: rgb(105,51,173); }
H1.HeaderClassName
{
color: #6933AD;
}
.AnyTagClassName
{
color: #6933AD;
}
</style>
background-color css
<style>
a { background-color: #6933AD; }
a { background-color: rgb(105,51,173); }
div.DivClassName
{
background-color: #6933AD;
}
.BgClassName
{
background-color: #6933AD;
}
</style>
border-color css
<style>
span { border-color: #6933AD; }
span { border-color: rgb(105,51,173); }
td.TdClassName
{
border-color: #6933AD;
}
.TagClassName
{
border-color: #6933AD;
}
</style>