Shades of Royal Purple #693998
Tints of Royal Purple #693998
RGB
CMYK
RGB Variations
Color information
#693998 (or 0x693998) is known color: Royal Purple. HEX triplet: 69, 39 and 98. RGB value is (105,57,152). Sum of RGB (Red+Green+Blue) = 105+57+152=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #693998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693998 is #96C667. Grayscale: #515151. Windows color (decimal): -9881192 or 9976169. OLE color: 9976169.
HSL color Cylindrical-coordinate representation of color #693998: hue angle of 270.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #693998 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 57 | 152 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.40 |
| HSL | 270.32º | 0.45% | 0.41% | - |
| HSV(B) | 270.32º | 0.63% | 0.6% | - |
| XYZ | 12.96 | 8.2 | 30.6 | - |
| YUV | 82.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 152 | 0.31 | 0.62 | 0 | 0.40 | 270.32 | 0.45 | 0.41 |
| Hex | 69 | 39 | 98 | 1F | 3E | 0 | 28 | 10E | 2D | 29 |
| Octal | 151 | 71 | 230 | 37 | 76 | 0 | 50 | 416 | 55 | 51 |
| Binary | 1101001 | 111001 | 10011000 | 11111 | 111110 | 0 | 101000 | 100001110 | 101101 | 101001 |
Color Harmonies of #693998
Complementary color
Monochromatic Colors of #693998
Black with #693998
Text Example
Text Example
White with #693998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693998; }
p { color: rgb(105,57,152); }
H1.HeaderClassName
{
color: #693998;
}
.AnyTagClassName
{
color: #693998;
}
</style>
background-color css
<style>
a { background-color: #693998; }
a { background-color: rgb(105,57,152); }
div.DivClassName
{
background-color: #693998;
}
.BgClassName
{
background-color: #693998;
}
</style>
border-color css
<style>
span { border-color: #693998; }
span { border-color: rgb(105,57,152); }
td.TdClassName
{
border-color: #693998;
}
.TagClassName
{
border-color: #693998;
}
</style>