Shades of Royal Purple #693AAD
Tints of Royal Purple #693AAD
RGB
CMYK
RGB Variations
Color information
#693AAD (or 0x693AAD) is known color: Royal Purple. HEX triplet: 69, 3A and AD. RGB value is (105,58,173). Sum of RGB (Red+Green+Blue) = 105+58+173=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #693AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693AAD is #96C552. Grayscale: #545454. Windows color (decimal): -9880915 or 11352681. OLE color: 11352681.
HSL color Cylindrical-coordinate representation of color #693AAD: hue angle of 264.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693AAD is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 58 | 173 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.32 |
| HSL | 264.52º | 0.5% | 0.45% | - |
| HSV(B) | 264.52º | 0.66% | 0.68% | - |
| XYZ | 14.88 | 9.05 | 40.5 | - |
| YUV | 85.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 173 | 0.39 | 0.66 | 0 | 0.32 | 264.52 | 0.5 | 0.45 |
| Hex | 69 | 3A | AD | 27 | 42 | 0 | 20 | 109 | 32 | 2D |
| Octal | 151 | 72 | 255 | 47 | 102 | 0 | 40 | 411 | 62 | 55 |
| Binary | 1101001 | 111010 | 10101101 | 100111 | 1000010 | 0 | 100000 | 100001001 | 110010 | 101101 |
Color Harmonies of #693AAD
Complementary color
Monochromatic Colors of #693AAD
Black with #693AAD
Text Example
Text Example
White with #693AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693AAD; }
p { color: rgb(105,58,173); }
H1.HeaderClassName
{
color: #693AAD;
}
.AnyTagClassName
{
color: #693AAD;
}
</style>
background-color css
<style>
a { background-color: #693AAD; }
a { background-color: rgb(105,58,173); }
div.DivClassName
{
background-color: #693AAD;
}
.BgClassName
{
background-color: #693AAD;
}
</style>
border-color css
<style>
span { border-color: #693AAD; }
span { border-color: rgb(105,58,173); }
td.TdClassName
{
border-color: #693AAD;
}
.TagClassName
{
border-color: #693AAD;
}
</style>