Shades of Royal Purple #693996
Tints of Royal Purple #693996
RGB
CMYK
RGB Variations
Color information
#693996 (or 0x693996) is known color: Royal Purple. HEX triplet: 69, 39 and 96. RGB value is (105,57,150). Sum of RGB (Red+Green+Blue) = 105+57+150=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #693996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693996 is #96C669. Grayscale: #515151. Windows color (decimal): -9881194 or 9845097. OLE color: 9845097.
HSL color Cylindrical-coordinate representation of color #693996: hue angle of 270.97º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #693996 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 57 | 150 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.41 |
| HSL | 270.97º | 0.45% | 0.41% | - |
| HSV(B) | 270.97º | 0.62% | 0.59% | - |
| XYZ | 12.79 | 8.13 | 29.75 | - |
| YUV | 81.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 150 | 0.30 | 0.62 | 0 | 0.41 | 270.97 | 0.45 | 0.41 |
| Hex | 69 | 39 | 96 | 1E | 3E | 0 | 29 | 10F | 2D | 29 |
| Octal | 151 | 71 | 226 | 36 | 76 | 0 | 51 | 417 | 55 | 51 |
| Binary | 1101001 | 111001 | 10010110 | 11110 | 111110 | 0 | 101001 | 100001111 | 101101 | 101001 |
Color Harmonies of #693996
Complementary color
Monochromatic Colors of #693996
Black with #693996
Text Example
Text Example
White with #693996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693996; }
p { color: rgb(105,57,150); }
H1.HeaderClassName
{
color: #693996;
}
.AnyTagClassName
{
color: #693996;
}
</style>
background-color css
<style>
a { background-color: #693996; }
a { background-color: rgb(105,57,150); }
div.DivClassName
{
background-color: #693996;
}
.BgClassName
{
background-color: #693996;
}
</style>
border-color css
<style>
span { border-color: #693996; }
span { border-color: rgb(105,57,150); }
td.TdClassName
{
border-color: #693996;
}
.TagClassName
{
border-color: #693996;
}
</style>