Shades of Palatinate Purple #692853
Tints of Palatinate Purple #692853
RGB
CMYK
RGB Variations
Color information
#692853 (or 0x692853) is known color: Palatinate Purple. HEX triplet: 69, 28 and 53. RGB value is (105,40,83). Sum of RGB (Red+Green+Blue) = 105+40+83=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #692853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692853 is #96D7AC. Grayscale: #404040. Windows color (decimal): -9885613 or 5449833. OLE color: 5449833.
HSL color Cylindrical-coordinate representation of color #692853: hue angle of 320.31º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #692853 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 40 | 83 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.59 |
| HSL | 320.31º | 0.45% | 0.28% | - |
| HSV(B) | 320.31º | 0.62% | 0.41% | - |
| XYZ | 8.15 | 5.15 | 8.75 | - |
| YUV | 64.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 83 | 0 | 0.62 | 0.21 | 0.59 | 320.31 | 0.45 | 0.28 |
| Hex | 69 | 28 | 53 | 0 | 3E | 15 | 3B | 140 | 2D | 1C |
| Octal | 151 | 50 | 123 | 0 | 76 | 25 | 73 | 500 | 55 | 34 |
| Binary | 1101001 | 101000 | 1010011 | 0 | 111110 | 10101 | 111011 | 101000000 | 101101 | 11100 |
Color Harmonies of #692853
Complementary color
Monochromatic Colors of #692853
Black with #692853
Text Example
Text Example
White with #692853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692853; }
p { color: rgb(105,40,83); }
H1.HeaderClassName
{
color: #692853;
}
.AnyTagClassName
{
color: #692853;
}
</style>
background-color css
<style>
a { background-color: #692853; }
a { background-color: rgb(105,40,83); }
div.DivClassName
{
background-color: #692853;
}
.BgClassName
{
background-color: #692853;
}
</style>
border-color css
<style>
span { border-color: #692853; }
span { border-color: rgb(105,40,83); }
td.TdClassName
{
border-color: #692853;
}
.TagClassName
{
border-color: #692853;
}
</style>