Shades of Royal Purple #693096
Tints of Royal Purple #693096
RGB
CMYK
RGB Variations
Color information
#693096 (or 0x693096) is known color: Royal Purple. HEX triplet: 69, 30 and 96. RGB value is (105,48,150). Sum of RGB (Red+Green+Blue) = 105+48+150=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #693096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693096 is #96CF69. Grayscale: #4C4C4C. Windows color (decimal): -9883498 or 9842793. OLE color: 9842793.
HSL color Cylindrical-coordinate representation of color #693096: hue angle of 273.53º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693096 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 48 | 150 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.41 |
| HSL | 273.53º | 0.52% | 0.39% | - |
| HSV(B) | 273.53º | 0.68% | 0.59% | - |
| XYZ | 12.39 | 7.32 | 29.61 | - |
| YUV | 76.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 150 | 0.30 | 0.68 | 0 | 0.41 | 273.53 | 0.52 | 0.39 |
| Hex | 69 | 30 | 96 | 1E | 44 | 0 | 29 | 112 | 34 | 27 |
| Octal | 151 | 60 | 226 | 36 | 104 | 0 | 51 | 422 | 64 | 47 |
| Binary | 1101001 | 110000 | 10010110 | 11110 | 1000100 | 0 | 101001 | 100010010 | 110100 | 100111 |
Color Harmonies of #693096
Complementary color
Monochromatic Colors of #693096
Black with #693096
Text Example
Text Example
White with #693096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693096; }
p { color: rgb(105,48,150); }
H1.HeaderClassName
{
color: #693096;
}
.AnyTagClassName
{
color: #693096;
}
</style>
background-color css
<style>
a { background-color: #693096; }
a { background-color: rgb(105,48,150); }
div.DivClassName
{
background-color: #693096;
}
.BgClassName
{
background-color: #693096;
}
</style>
border-color css
<style>
span { border-color: #693096; }
span { border-color: rgb(105,48,150); }
td.TdClassName
{
border-color: #693096;
}
.TagClassName
{
border-color: #693096;
}
</style>