Shades of Royal Purple #693095
Tints of Royal Purple #693095
RGB
CMYK
RGB Variations
Color information
#693095 (or 0x693095) is known color: Royal Purple. HEX triplet: 69, 30 and 95. RGB value is (105,48,149). Sum of RGB (Red+Green+Blue) = 105+48+149=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #693095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693095 is #96CF6A. Grayscale: #4C4C4C. Windows color (decimal): -9883499 or 9777257. OLE color: 9777257.
HSL color Cylindrical-coordinate representation of color #693095: hue angle of 273.86º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693095 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 48 | 149 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.42 |
| HSL | 273.86º | 0.51% | 0.39% | - |
| HSV(B) | 273.86º | 0.68% | 0.58% | - |
| XYZ | 12.31 | 7.29 | 29.19 | - |
| YUV | 76.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 149 | 0.30 | 0.68 | 0 | 0.42 | 273.86 | 0.51 | 0.39 |
| Hex | 69 | 30 | 95 | 1E | 44 | 0 | 2A | 112 | 33 | 27 |
| Octal | 151 | 60 | 225 | 36 | 104 | 0 | 52 | 422 | 63 | 47 |
| Binary | 1101001 | 110000 | 10010101 | 11110 | 1000100 | 0 | 101010 | 100010010 | 110011 | 100111 |
Color Harmonies of #693095
Complementary color
Monochromatic Colors of #693095
Black with #693095
Text Example
Text Example
White with #693095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693095; }
p { color: rgb(105,48,149); }
H1.HeaderClassName
{
color: #693095;
}
.AnyTagClassName
{
color: #693095;
}
</style>
background-color css
<style>
a { background-color: #693095; }
a { background-color: rgb(105,48,149); }
div.DivClassName
{
background-color: #693095;
}
.BgClassName
{
background-color: #693095;
}
</style>
border-color css
<style>
span { border-color: #693095; }
span { border-color: rgb(105,48,149); }
td.TdClassName
{
border-color: #693095;
}
.TagClassName
{
border-color: #693095;
}
</style>