Shades of Royal Purple #693694
Tints of Royal Purple #693694
RGB
CMYK
RGB Variations
Color information
#693694 (or 0x693694) is known color: Royal Purple. HEX triplet: 69, 36 and 94. RGB value is (105,54,148). Sum of RGB (Red+Green+Blue) = 105+54+148=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #693694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693694 is #96C96B. Grayscale: #4F4F4F. Windows color (decimal): -9881964 or 9713257. OLE color: 9713257.
HSL color Cylindrical-coordinate representation of color #693694: hue angle of 272.55º degrees, saturation: 0.47, 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 #693694 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 54 | 148 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.42 |
| HSL | 272.55º | 0.47% | 0.4% | - |
| HSV(B) | 272.55º | 0.64% | 0.58% | - |
| XYZ | 12.49 | 7.78 | 28.86 | - |
| YUV | 79.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 148 | 0.29 | 0.64 | 0 | 0.42 | 272.55 | 0.47 | 0.4 |
| Hex | 69 | 36 | 94 | 1D | 40 | 0 | 2A | 111 | 2F | 28 |
| Octal | 151 | 66 | 224 | 35 | 100 | 0 | 52 | 421 | 57 | 50 |
| Binary | 1101001 | 110110 | 10010100 | 11101 | 1000000 | 0 | 101010 | 100010001 | 101111 | 101000 |
Color Harmonies of #693694
Complementary color
Monochromatic Colors of #693694
Black with #693694
Text Example
Text Example
White with #693694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693694; }
p { color: rgb(105,54,148); }
H1.HeaderClassName
{
color: #693694;
}
.AnyTagClassName
{
color: #693694;
}
</style>
background-color css
<style>
a { background-color: #693694; }
a { background-color: rgb(105,54,148); }
div.DivClassName
{
background-color: #693694;
}
.BgClassName
{
background-color: #693694;
}
</style>
border-color css
<style>
span { border-color: #693694; }
span { border-color: rgb(105,54,148); }
td.TdClassName
{
border-color: #693694;
}
.TagClassName
{
border-color: #693694;
}
</style>