Shades of Palatinate Purple #692C60
Tints of Palatinate Purple #692C60
RGB
CMYK
RGB Variations
Color information
#692C60 (or 0x692C60) is known color: Palatinate Purple. HEX triplet: 69, 2C and 60. RGB value is (105,44,96). Sum of RGB (Red+Green+Blue) = 105+44+96=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #692C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692C60 is #96D39F. Grayscale: #444444. Windows color (decimal): -9884576 or 6302825. OLE color: 6302825.
HSL color Cylindrical-coordinate representation of color #692C60: hue angle of 308.85º 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 #692C60 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 96 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.59 |
| HSL | 308.85º | 0.41% | 0.29% | - |
| HSV(B) | 308.85º | 0.58% | 0.41% | - |
| XYZ | 8.84 | 5.65 | 11.69 | - |
| YUV | 68.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 96 | 0 | 0.58 | 0.09 | 0.59 | 308.85 | 0.41 | 0.29 |
| Hex | 69 | 2C | 60 | 0 | 3A | 9 | 3B | 135 | 29 | 1D |
| Octal | 151 | 54 | 140 | 0 | 72 | 11 | 73 | 465 | 51 | 35 |
| Binary | 1101001 | 101100 | 1100000 | 0 | 111010 | 1001 | 111011 | 100110101 | 101001 | 11101 |
Color Harmonies of #692C60
Complementary color
Monochromatic Colors of #692C60
Black with #692C60
Text Example
Text Example
White with #692C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C60; }
p { color: rgb(105,44,96); }
H1.HeaderClassName
{
color: #692C60;
}
.AnyTagClassName
{
color: #692C60;
}
</style>
background-color css
<style>
a { background-color: #692C60; }
a { background-color: rgb(105,44,96); }
div.DivClassName
{
background-color: #692C60;
}
.BgClassName
{
background-color: #692C60;
}
</style>
border-color css
<style>
span { border-color: #692C60; }
span { border-color: rgb(105,44,96); }
td.TdClassName
{
border-color: #692C60;
}
.TagClassName
{
border-color: #692C60;
}
</style>