Shades of Royal Purple #694193
Tints of Royal Purple #694193
RGB
CMYK
RGB Variations
Color information
#694193 (or 0x694193) is known color: Royal Purple. HEX triplet: 69, 41 and 93. RGB value is (105,65,147). Sum of RGB (Red+Green+Blue) = 105+65+147=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #694193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694193 is #96BE6C. Grayscale: #565656. Windows color (decimal): -9879149 or 9650537. OLE color: 9650537.
HSL color Cylindrical-coordinate representation of color #694193: hue angle of 269.27º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694193 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 65 | 147 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.42 |
| HSL | 269.27º | 0.39% | 0.42% | - |
| HSV(B) | 269.27º | 0.56% | 0.58% | - |
| XYZ | 12.98 | 8.89 | 28.64 | - |
| YUV | 86.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 147 | 0.29 | 0.56 | 0 | 0.42 | 269.27 | 0.39 | 0.42 |
| Hex | 69 | 41 | 93 | 1D | 38 | 0 | 2A | 10D | 27 | 2A |
| Octal | 151 | 101 | 223 | 35 | 70 | 0 | 52 | 415 | 47 | 52 |
| Binary | 1101001 | 1000001 | 10010011 | 11101 | 111000 | 0 | 101010 | 100001101 | 100111 | 101010 |
Color Harmonies of #694193
Complementary color
Monochromatic Colors of #694193
Black with #694193
Text Example
Text Example
White with #694193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694193; }
p { color: rgb(105,65,147); }
H1.HeaderClassName
{
color: #694193;
}
.AnyTagClassName
{
color: #694193;
}
</style>
background-color css
<style>
a { background-color: #694193; }
a { background-color: rgb(105,65,147); }
div.DivClassName
{
background-color: #694193;
}
.BgClassName
{
background-color: #694193;
}
</style>
border-color css
<style>
span { border-color: #694193; }
span { border-color: rgb(105,65,147); }
td.TdClassName
{
border-color: #694193;
}
.TagClassName
{
border-color: #694193;
}
</style>