Shades of Palatinate Purple #692E5B
Tints of Palatinate Purple #692E5B
RGB
CMYK
RGB Variations
Color information
#692E5B (or 0x692E5B) is known color: Palatinate Purple. HEX triplet: 69, 2E and 5B. RGB value is (105,46,91). Sum of RGB (Red+Green+Blue) = 105+46+91=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #692E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E5B is #96D1A4. Grayscale: #444444. Windows color (decimal): -9884069 or 5975657. OLE color: 5975657.
HSL color Cylindrical-coordinate representation of color #692E5B: hue angle of 314.24º 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 #692E5B is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 91 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.59 |
| HSL | 314.24º | 0.39% | 0.3% | - |
| HSV(B) | 314.24º | 0.56% | 0.41% | - |
| XYZ | 8.69 | 5.71 | 10.54 | - |
| YUV | 68.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 91 | 0 | 0.56 | 0.13 | 0.59 | 314.24 | 0.39 | 0.3 |
| Hex | 69 | 2E | 5B | 0 | 38 | D | 3B | 13A | 27 | 1E |
| Octal | 151 | 56 | 133 | 0 | 70 | 15 | 73 | 472 | 47 | 36 |
| Binary | 1101001 | 101110 | 1011011 | 0 | 111000 | 1101 | 111011 | 100111010 | 100111 | 11110 |
Color Harmonies of #692E5B
Complementary color
Monochromatic Colors of #692E5B
Black with #692E5B
Text Example
Text Example
White with #692E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E5B; }
p { color: rgb(105,46,91); }
H1.HeaderClassName
{
color: #692E5B;
}
.AnyTagClassName
{
color: #692E5B;
}
</style>
background-color css
<style>
a { background-color: #692E5B; }
a { background-color: rgb(105,46,91); }
div.DivClassName
{
background-color: #692E5B;
}
.BgClassName
{
background-color: #692E5B;
}
</style>
border-color css
<style>
span { border-color: #692E5B; }
span { border-color: rgb(105,46,91); }
td.TdClassName
{
border-color: #692E5B;
}
.TagClassName
{
border-color: #692E5B;
}
</style>