Shades of Royal Purple #693294
Tints of Royal Purple #693294
RGB
CMYK
RGB Variations
Color information
#693294 (or 0x693294) is known color: Royal Purple. HEX triplet: 69, 32 and 94. RGB value is (105,50,148). Sum of RGB (Red+Green+Blue) = 105+50+148=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #693294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693294 is #96CD6B. Grayscale: #4D4D4D. Windows color (decimal): -9882988 or 9712233. OLE color: 9712233.
HSL color Cylindrical-coordinate representation of color #693294: hue angle of 273.67º degrees, saturation: 0.49, 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 #693294 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 50 | 148 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.42 |
| HSL | 273.67º | 0.49% | 0.39% | - |
| HSV(B) | 273.67º | 0.66% | 0.58% | - |
| XYZ | 12.31 | 7.42 | 28.8 | - |
| YUV | 77.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 148 | 0.29 | 0.66 | 0 | 0.42 | 273.67 | 0.49 | 0.39 |
| Hex | 69 | 32 | 94 | 1D | 42 | 0 | 2A | 112 | 31 | 27 |
| Octal | 151 | 62 | 224 | 35 | 102 | 0 | 52 | 422 | 61 | 47 |
| Binary | 1101001 | 110010 | 10010100 | 11101 | 1000010 | 0 | 101010 | 100010010 | 110001 | 100111 |
Color Harmonies of #693294
Complementary color
Monochromatic Colors of #693294
Black with #693294
Text Example
Text Example
White with #693294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693294; }
p { color: rgb(105,50,148); }
H1.HeaderClassName
{
color: #693294;
}
.AnyTagClassName
{
color: #693294;
}
</style>
background-color css
<style>
a { background-color: #693294; }
a { background-color: rgb(105,50,148); }
div.DivClassName
{
background-color: #693294;
}
.BgClassName
{
background-color: #693294;
}
</style>
border-color css
<style>
span { border-color: #693294; }
span { border-color: rgb(105,50,148); }
td.TdClassName
{
border-color: #693294;
}
.TagClassName
{
border-color: #693294;
}
</style>