Shades of Royal Purple #693295
Tints of Royal Purple #693295
RGB
CMYK
RGB Variations
Color information
#693295 (or 0x693295) is known color: Royal Purple. HEX triplet: 69, 32 and 95. RGB value is (105,50,149). Sum of RGB (Red+Green+Blue) = 105+50+149=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #693295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693295 is #96CD6A. Grayscale: #4D4D4D. Windows color (decimal): -9882987 or 9777769. OLE color: 9777769.
HSL color Cylindrical-coordinate representation of color #693295: hue angle of 273.33º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693295 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 50 | 149 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.42 |
| HSL | 273.33º | 0.5% | 0.39% | - |
| HSV(B) | 273.33º | 0.66% | 0.58% | - |
| XYZ | 12.39 | 7.45 | 29.22 | - |
| YUV | 77.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 149 | 0.30 | 0.66 | 0 | 0.42 | 273.33 | 0.5 | 0.39 |
| Hex | 69 | 32 | 95 | 1E | 42 | 0 | 2A | 111 | 32 | 27 |
| Octal | 151 | 62 | 225 | 36 | 102 | 0 | 52 | 421 | 62 | 47 |
| Binary | 1101001 | 110010 | 10010101 | 11110 | 1000010 | 0 | 101010 | 100010001 | 110010 | 100111 |
Color Harmonies of #693295
Complementary color
Monochromatic Colors of #693295
Black with #693295
Text Example
Text Example
White with #693295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693295; }
p { color: rgb(105,50,149); }
H1.HeaderClassName
{
color: #693295;
}
.AnyTagClassName
{
color: #693295;
}
</style>
background-color css
<style>
a { background-color: #693295; }
a { background-color: rgb(105,50,149); }
div.DivClassName
{
background-color: #693295;
}
.BgClassName
{
background-color: #693295;
}
</style>
border-color css
<style>
span { border-color: #693295; }
span { border-color: rgb(105,50,149); }
td.TdClassName
{
border-color: #693295;
}
.TagClassName
{
border-color: #693295;
}
</style>