Shades of Royal Purple #693CAE
Tints of Royal Purple #693CAE
RGB
CMYK
RGB Variations
Color information
#693CAE (or 0x693CAE) is known color: Royal Purple. HEX triplet: 69, 3C and AE. RGB value is (105,60,174). Sum of RGB (Red+Green+Blue) = 105+60+174=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #693CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693CAE is #96C351. Grayscale: #565656. Windows color (decimal): -9880402 or 11418729. OLE color: 11418729.
HSL color Cylindrical-coordinate representation of color #693CAE: hue angle of 263.68º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693CAE is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 60 | 174 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.32 |
| HSL | 263.68º | 0.49% | 0.46% | - |
| HSV(B) | 263.68º | 0.66% | 0.68% | - |
| XYZ | 15.08 | 9.29 | 41.04 | - |
| YUV | 86.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 174 | 0.40 | 0.66 | 0 | 0.32 | 263.68 | 0.49 | 0.46 |
| Hex | 69 | 3C | AE | 28 | 42 | 0 | 20 | 108 | 31 | 2E |
| Octal | 151 | 74 | 256 | 50 | 102 | 0 | 40 | 410 | 61 | 56 |
| Binary | 1101001 | 111100 | 10101110 | 101000 | 1000010 | 0 | 100000 | 100001000 | 110001 | 101110 |
Color Harmonies of #693CAE
Complementary color
Monochromatic Colors of #693CAE
Black with #693CAE
Text Example
Text Example
White with #693CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CAE; }
p { color: rgb(105,60,174); }
H1.HeaderClassName
{
color: #693CAE;
}
.AnyTagClassName
{
color: #693CAE;
}
</style>
background-color css
<style>
a { background-color: #693CAE; }
a { background-color: rgb(105,60,174); }
div.DivClassName
{
background-color: #693CAE;
}
.BgClassName
{
background-color: #693CAE;
}
</style>
border-color css
<style>
span { border-color: #693CAE; }
span { border-color: rgb(105,60,174); }
td.TdClassName
{
border-color: #693CAE;
}
.TagClassName
{
border-color: #693CAE;
}
</style>