Shades of Palatinate Purple #692C55
Tints of Palatinate Purple #692C55
RGB
CMYK
RGB Variations
Color information
#692C55 (or 0x692C55) is known color: Palatinate Purple. HEX triplet: 69, 2C and 55. RGB value is (105,44,85). Sum of RGB (Red+Green+Blue) = 105+44+85=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #692C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692C55 is #96D3AA. Grayscale: #424242. Windows color (decimal): -9884587 or 5581929. OLE color: 5581929.
HSL color Cylindrical-coordinate representation of color #692C55: hue angle of 319.67º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #692C55 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 85 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.59 |
| HSL | 319.67º | 0.41% | 0.29% | - |
| HSV(B) | 319.67º | 0.58% | 0.41% | - |
| XYZ | 8.37 | 5.46 | 9.21 | - |
| YUV | 66.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 85 | 0 | 0.58 | 0.19 | 0.59 | 319.67 | 0.41 | 0.29 |
| Hex | 69 | 2C | 55 | 0 | 3A | 13 | 3B | 140 | 29 | 1D |
| Octal | 151 | 54 | 125 | 0 | 72 | 23 | 73 | 500 | 51 | 35 |
| Binary | 1101001 | 101100 | 1010101 | 0 | 111010 | 10011 | 111011 | 101000000 | 101001 | 11101 |
Color Harmonies of #692C55
Complementary color
Monochromatic Colors of #692C55
Black with #692C55
Text Example
Text Example
White with #692C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C55; }
p { color: rgb(105,44,85); }
H1.HeaderClassName
{
color: #692C55;
}
.AnyTagClassName
{
color: #692C55;
}
</style>
background-color css
<style>
a { background-color: #692C55; }
a { background-color: rgb(105,44,85); }
div.DivClassName
{
background-color: #692C55;
}
.BgClassName
{
background-color: #692C55;
}
</style>
border-color css
<style>
span { border-color: #692C55; }
span { border-color: rgb(105,44,85); }
td.TdClassName
{
border-color: #692C55;
}
.TagClassName
{
border-color: #692C55;
}
</style>