Shades of Palatinate Purple #692E5C
Tints of Palatinate Purple #692E5C
RGB
CMYK
RGB Variations
Color information
#692E5C (or 0x692E5C) is known color: Palatinate Purple. HEX triplet: 69, 2E and 5C. RGB value is (105,46,92). Sum of RGB (Red+Green+Blue) = 105+46+92=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #692E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E5C is #96D1A3. Grayscale: #444444. Windows color (decimal): -9884068 or 6041193. OLE color: 6041193.
HSL color Cylindrical-coordinate representation of color #692E5C: hue angle of 313.22º 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 #692E5C is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 92 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.59 |
| HSL | 313.22º | 0.39% | 0.3% | - |
| HSV(B) | 313.22º | 0.56% | 0.41% | - |
| XYZ | 8.73 | 5.73 | 10.77 | - |
| YUV | 68.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 92 | 0 | 0.56 | 0.12 | 0.59 | 313.22 | 0.39 | 0.3 |
| Hex | 69 | 2E | 5C | 0 | 38 | C | 3B | 139 | 27 | 1E |
| Octal | 151 | 56 | 134 | 0 | 70 | 14 | 73 | 471 | 47 | 36 |
| Binary | 1101001 | 101110 | 1011100 | 0 | 111000 | 1100 | 111011 | 100111001 | 100111 | 11110 |
Color Harmonies of #692E5C
Complementary color
Monochromatic Colors of #692E5C
Black with #692E5C
Text Example
Text Example
White with #692E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E5C; }
p { color: rgb(105,46,92); }
H1.HeaderClassName
{
color: #692E5C;
}
.AnyTagClassName
{
color: #692E5C;
}
</style>
background-color css
<style>
a { background-color: #692E5C; }
a { background-color: rgb(105,46,92); }
div.DivClassName
{
background-color: #692E5C;
}
.BgClassName
{
background-color: #692E5C;
}
</style>
border-color css
<style>
span { border-color: #692E5C; }
span { border-color: rgb(105,46,92); }
td.TdClassName
{
border-color: #692E5C;
}
.TagClassName
{
border-color: #692E5C;
}
</style>