Shades of Palatinate Purple #693C5D
Tints of Palatinate Purple #693C5D
RGB
CMYK
RGB Variations
Color information
#693C5D (or 0x693C5D) is known color: Palatinate Purple. HEX triplet: 69, 3C and 5D. RGB value is (105,60,93). Sum of RGB (Red+Green+Blue) = 105+60+93=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #693C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C5D is #96C3A2. Grayscale: #4D4D4D. Windows color (decimal): -9880483 or 6110313. OLE color: 6110313.
HSL color Cylindrical-coordinate representation of color #693C5D: hue angle of 316º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #693C5D is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 93 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.59 |
| HSL | 316º | 0.27% | 0.32% | - |
| HSV(B) | 316º | 0.43% | 0.41% | - |
| XYZ | 9.42 | 7.03 | 11.22 | - |
| YUV | 77.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 93 | 0 | 0.43 | 0.11 | 0.59 | 316 | 0.27 | 0.32 |
| Hex | 69 | 3C | 5D | 0 | 2B | B | 3B | 13C | 1B | 20 |
| Octal | 151 | 74 | 135 | 0 | 53 | 13 | 73 | 474 | 33 | 40 |
| Binary | 1101001 | 111100 | 1011101 | 0 | 101011 | 1011 | 111011 | 100111100 | 11011 | 100000 |
Color Harmonies of #693C5D
Complementary color
Monochromatic Colors of #693C5D
Black with #693C5D
Text Example
Text Example
White with #693C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C5D; }
p { color: rgb(105,60,93); }
H1.HeaderClassName
{
color: #693C5D;
}
.AnyTagClassName
{
color: #693C5D;
}
</style>
background-color css
<style>
a { background-color: #693C5D; }
a { background-color: rgb(105,60,93); }
div.DivClassName
{
background-color: #693C5D;
}
.BgClassName
{
background-color: #693C5D;
}
</style>
border-color css
<style>
span { border-color: #693C5D; }
span { border-color: rgb(105,60,93); }
td.TdClassName
{
border-color: #693C5D;
}
.TagClassName
{
border-color: #693C5D;
}
</style>