Shades of Royal Purple #693C96
Tints of Royal Purple #693C96
RGB
CMYK
RGB Variations
Color information
#693C96 (or 0x693C96) is known color: Royal Purple. HEX triplet: 69, 3C and 96. RGB value is (105,60,150). Sum of RGB (Red+Green+Blue) = 105+60+150=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #693C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693C96 is #96C369. Grayscale: #535353. Windows color (decimal): -9880426 or 9845865. OLE color: 9845865.
HSL color Cylindrical-coordinate representation of color #693C96: hue angle of 270º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #693C96 is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 60 | 150 | - |
| CMYK | 0.30 | 0.6 | 0 | 0.41 |
| HSL | 270º | 0.43% | 0.41% | - |
| HSV(B) | 270º | 0.6% | 0.59% | - |
| XYZ | 12.95 | 8.44 | 29.8 | - |
| YUV | 83.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 150 | 0.30 | 0.6 | 0 | 0.41 | 270 | 0.43 | 0.41 |
| Hex | 69 | 3C | 96 | 1E | 3C | 0 | 29 | 10E | 2B | 29 |
| Octal | 151 | 74 | 226 | 36 | 74 | 0 | 51 | 416 | 53 | 51 |
| Binary | 1101001 | 111100 | 10010110 | 11110 | 111100 | 0 | 101001 | 100001110 | 101011 | 101001 |
Color Harmonies of #693C96
Complementary color
Monochromatic Colors of #693C96
Black with #693C96
Text Example
Text Example
White with #693C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C96; }
p { color: rgb(105,60,150); }
H1.HeaderClassName
{
color: #693C96;
}
.AnyTagClassName
{
color: #693C96;
}
</style>
background-color css
<style>
a { background-color: #693C96; }
a { background-color: rgb(105,60,150); }
div.DivClassName
{
background-color: #693C96;
}
.BgClassName
{
background-color: #693C96;
}
</style>
border-color css
<style>
span { border-color: #693C96; }
span { border-color: rgb(105,60,150); }
td.TdClassName
{
border-color: #693C96;
}
.TagClassName
{
border-color: #693C96;
}
</style>