Shades of Palatinate Purple #693A5C
Tints of Palatinate Purple #693A5C
RGB
CMYK
RGB Variations
Color information
#693A5C (or 0x693A5C) is known color: Palatinate Purple. HEX triplet: 69, 3A and 5C. RGB value is (105,58,92). Sum of RGB (Red+Green+Blue) = 105+58+92=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #693A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A5C is #96C5A3. Grayscale: #4B4B4B. Windows color (decimal): -9880996 or 6044265. OLE color: 6044265.
HSL color Cylindrical-coordinate representation of color #693A5C: hue angle of 316.6º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A5C is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 92 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.59 |
| HSL | 316.6º | 0.29% | 0.32% | - |
| HSV(B) | 316.6º | 0.45% | 0.41% | - |
| XYZ | 9.27 | 6.8 | 10.95 | - |
| YUV | 75.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 92 | 0 | 0.45 | 0.12 | 0.59 | 316.6 | 0.29 | 0.32 |
| Hex | 69 | 3A | 5C | 0 | 2D | C | 3B | 13D | 1D | 20 |
| Octal | 151 | 72 | 134 | 0 | 55 | 14 | 73 | 475 | 35 | 40 |
| Binary | 1101001 | 111010 | 1011100 | 0 | 101101 | 1100 | 111011 | 100111101 | 11101 | 100000 |
Color Harmonies of #693A5C
Complementary color
Monochromatic Colors of #693A5C
Black with #693A5C
Text Example
Text Example
White with #693A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A5C; }
p { color: rgb(105,58,92); }
H1.HeaderClassName
{
color: #693A5C;
}
.AnyTagClassName
{
color: #693A5C;
}
</style>
background-color css
<style>
a { background-color: #693A5C; }
a { background-color: rgb(105,58,92); }
div.DivClassName
{
background-color: #693A5C;
}
.BgClassName
{
background-color: #693A5C;
}
</style>
border-color css
<style>
span { border-color: #693A5C; }
span { border-color: rgb(105,58,92); }
td.TdClassName
{
border-color: #693A5C;
}
.TagClassName
{
border-color: #693A5C;
}
</style>