Shades of Palatinate Purple #692E54
Tints of Palatinate Purple #692E54
RGB
CMYK
RGB Variations
Color information
#692E54 (or 0x692E54) is known color: Palatinate Purple. HEX triplet: 69, 2E and 54. RGB value is (105,46,84). Sum of RGB (Red+Green+Blue) = 105+46+84=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #692E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E54 is #96D1AB. Grayscale: #434343. Windows color (decimal): -9884076 or 5516905. OLE color: 5516905.
HSL color Cylindrical-coordinate representation of color #692E54: hue angle of 321.36º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #692E54 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 84 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.59 |
| HSL | 321.36º | 0.39% | 0.3% | - |
| HSV(B) | 321.36º | 0.56% | 0.41% | - |
| XYZ | 8.4 | 5.6 | 9.03 | - |
| YUV | 67.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 84 | 0 | 0.56 | 0.20 | 0.59 | 321.36 | 0.39 | 0.3 |
| Hex | 69 | 2E | 54 | 0 | 38 | 14 | 3B | 141 | 27 | 1E |
| Octal | 151 | 56 | 124 | 0 | 70 | 24 | 73 | 501 | 47 | 36 |
| Binary | 1101001 | 101110 | 1010100 | 0 | 111000 | 10100 | 111011 | 101000001 | 100111 | 11110 |
Color Harmonies of #692E54
Complementary color
Monochromatic Colors of #692E54
Black with #692E54
Text Example
Text Example
White with #692E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E54; }
p { color: rgb(105,46,84); }
H1.HeaderClassName
{
color: #692E54;
}
.AnyTagClassName
{
color: #692E54;
}
</style>
background-color css
<style>
a { background-color: #692E54; }
a { background-color: rgb(105,46,84); }
div.DivClassName
{
background-color: #692E54;
}
.BgClassName
{
background-color: #692E54;
}
</style>
border-color css
<style>
span { border-color: #692E54; }
span { border-color: rgb(105,46,84); }
td.TdClassName
{
border-color: #692E54;
}
.TagClassName
{
border-color: #692E54;
}
</style>