Shades of Royal Purple #693097
Tints of Royal Purple #693097
RGB
CMYK
RGB Variations
Color information
#693097 (or 0x693097) is known color: Royal Purple. HEX triplet: 69, 30 and 97. RGB value is (105,48,151). Sum of RGB (Red+Green+Blue) = 105+48+151=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #693097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693097 is #96CF68. Grayscale: #4C4C4C. Windows color (decimal): -9883497 or 9908329. OLE color: 9908329.
HSL color Cylindrical-coordinate representation of color #693097: hue angle of 273.2º 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 #693097 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 48 | 151 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.41 |
| HSL | 273.2º | 0.52% | 0.39% | - |
| HSV(B) | 273.2º | 0.68% | 0.59% | - |
| XYZ | 12.47 | 7.35 | 30.04 | - |
| YUV | 76.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 151 | 0.30 | 0.68 | 0 | 0.41 | 273.2 | 0.52 | 0.39 |
| Hex | 69 | 30 | 97 | 1E | 44 | 0 | 29 | 111 | 34 | 27 |
| Octal | 151 | 60 | 227 | 36 | 104 | 0 | 51 | 421 | 64 | 47 |
| Binary | 1101001 | 110000 | 10010111 | 11110 | 1000100 | 0 | 101001 | 100010001 | 110100 | 100111 |
Color Harmonies of #693097
Complementary color
Monochromatic Colors of #693097
Black with #693097
Text Example
Text Example
White with #693097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693097; }
p { color: rgb(105,48,151); }
H1.HeaderClassName
{
color: #693097;
}
.AnyTagClassName
{
color: #693097;
}
</style>
background-color css
<style>
a { background-color: #693097; }
a { background-color: rgb(105,48,151); }
div.DivClassName
{
background-color: #693097;
}
.BgClassName
{
background-color: #693097;
}
</style>
border-color css
<style>
span { border-color: #693097; }
span { border-color: rgb(105,48,151); }
td.TdClassName
{
border-color: #693097;
}
.TagClassName
{
border-color: #693097;
}
</style>