Shades of Palatinate Purple #692D58
Tints of Palatinate Purple #692D58
RGB
CMYK
RGB Variations
Color information
#692D58 (or 0x692D58) is known color: Palatinate Purple. HEX triplet: 69, 2D and 58. RGB value is (105,45,88). Sum of RGB (Red+Green+Blue) = 105+45+88=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #692D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692D58 is #96D2A7. Grayscale: #434343. Windows color (decimal): -9884328 or 5778793. OLE color: 5778793.
HSL color Cylindrical-coordinate representation of color #692D58: hue angle of 317º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #692D58 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 88 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.59 |
| HSL | 317º | 0.4% | 0.29% | - |
| HSV(B) | 317º | 0.57% | 0.41% | - |
| XYZ | 8.53 | 5.58 | 9.86 | - |
| YUV | 67.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 88 | 0 | 0.57 | 0.16 | 0.59 | 317 | 0.4 | 0.29 |
| Hex | 69 | 2D | 58 | 0 | 39 | 10 | 3B | 13D | 28 | 1D |
| Octal | 151 | 55 | 130 | 0 | 71 | 20 | 73 | 475 | 50 | 35 |
| Binary | 1101001 | 101101 | 1011000 | 0 | 111001 | 10000 | 111011 | 100111101 | 101000 | 11101 |
Color Harmonies of #692D58
Complementary color
Monochromatic Colors of #692D58
Black with #692D58
Text Example
Text Example
White with #692D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D58; }
p { color: rgb(105,45,88); }
H1.HeaderClassName
{
color: #692D58;
}
.AnyTagClassName
{
color: #692D58;
}
</style>
background-color css
<style>
a { background-color: #692D58; }
a { background-color: rgb(105,45,88); }
div.DivClassName
{
background-color: #692D58;
}
.BgClassName
{
background-color: #692D58;
}
</style>
border-color css
<style>
span { border-color: #692D58; }
span { border-color: rgb(105,45,88); }
td.TdClassName
{
border-color: #692D58;
}
.TagClassName
{
border-color: #692D58;
}
</style>