Shades of Royal Purple #693AAA
Tints of Royal Purple #693AAA
RGB
CMYK
RGB Variations
Color information
#693AAA (or 0x693AAA) is known color: Royal Purple. HEX triplet: 69, 3A and AA. RGB value is (105,58,170). Sum of RGB (Red+Green+Blue) = 105+58+170=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #693AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693AAA is #96C555. Grayscale: #545454. Windows color (decimal): -9880918 or 11156073. OLE color: 11156073.
HSL color Cylindrical-coordinate representation of color #693AAA: hue angle of 265.18º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693AAA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 58 | 170 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.33 |
| HSL | 265.18º | 0.49% | 0.45% | - |
| HSV(B) | 265.18º | 0.66% | 0.67% | - |
| XYZ | 14.59 | 8.93 | 38.98 | - |
| YUV | 84.82 | 176.07 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 170 | 0.38 | 0.66 | 0 | 0.33 | 265.18 | 0.49 | 0.45 |
| Hex | 69 | 3A | AA | 26 | 42 | 0 | 21 | 109 | 31 | 2D |
| Octal | 151 | 72 | 252 | 46 | 102 | 0 | 41 | 411 | 61 | 55 |
| Binary | 1101001 | 111010 | 10101010 | 100110 | 1000010 | 0 | 100001 | 100001001 | 110001 | 101101 |
Color Harmonies of #693AAA
Complementary color
Monochromatic Colors of #693AAA
Black with #693AAA
Text Example
Text Example
White with #693AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693AAA; }
p { color: rgb(105,58,170); }
H1.HeaderClassName
{
color: #693AAA;
}
.AnyTagClassName
{
color: #693AAA;
}
</style>
background-color css
<style>
a { background-color: #693AAA; }
a { background-color: rgb(105,58,170); }
div.DivClassName
{
background-color: #693AAA;
}
.BgClassName
{
background-color: #693AAA;
}
</style>
border-color css
<style>
span { border-color: #693AAA; }
span { border-color: rgb(105,58,170); }
td.TdClassName
{
border-color: #693AAA;
}
.TagClassName
{
border-color: #693AAA;
}
</style>