Shades of Royal Purple #693595
Tints of Royal Purple #693595
RGB
CMYK
RGB Variations
Color information
#693595 (or 0x693595) is known color: Royal Purple. HEX triplet: 69, 35 and 95. RGB value is (105,53,149). Sum of RGB (Red+Green+Blue) = 105+53+149=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #693595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693595 is #96CA6A. Grayscale: #4F4F4F. Windows color (decimal): -9882219 or 9778537. OLE color: 9778537.
HSL color Cylindrical-coordinate representation of color #693595: hue angle of 272.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693595 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 53 | 149 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.42 |
| HSL | 272.5º | 0.48% | 0.4% | - |
| HSV(B) | 272.5º | 0.64% | 0.58% | - |
| XYZ | 12.52 | 7.72 | 29.26 | - |
| YUV | 79.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 149 | 0.30 | 0.64 | 0 | 0.42 | 272.5 | 0.48 | 0.4 |
| Hex | 69 | 35 | 95 | 1E | 40 | 0 | 2A | 110 | 30 | 28 |
| Octal | 151 | 65 | 225 | 36 | 100 | 0 | 52 | 420 | 60 | 50 |
| Binary | 1101001 | 110101 | 10010101 | 11110 | 1000000 | 0 | 101010 | 100010000 | 110000 | 101000 |
Color Harmonies of #693595
Complementary color
Monochromatic Colors of #693595
Black with #693595
Text Example
Text Example
White with #693595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693595; }
p { color: rgb(105,53,149); }
H1.HeaderClassName
{
color: #693595;
}
.AnyTagClassName
{
color: #693595;
}
</style>
background-color css
<style>
a { background-color: #693595; }
a { background-color: rgb(105,53,149); }
div.DivClassName
{
background-color: #693595;
}
.BgClassName
{
background-color: #693595;
}
</style>
border-color css
<style>
span { border-color: #693595; }
span { border-color: rgb(105,53,149); }
td.TdClassName
{
border-color: #693595;
}
.TagClassName
{
border-color: #693595;
}
</style>