Shades of Palatinate Purple #692F5A
Tints of Palatinate Purple #692F5A
RGB
CMYK
RGB Variations
Color information
#692F5A (or 0x692F5A) is known color: Palatinate Purple. HEX triplet: 69, 2F and 5A. RGB value is (105,47,90). Sum of RGB (Red+Green+Blue) = 105+47+90=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #692F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692F5A is #96D0A5. Grayscale: #454545. Windows color (decimal): -9883814 or 5910377. OLE color: 5910377.
HSL color Cylindrical-coordinate representation of color #692F5A: hue angle of 315.52º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #692F5A is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 47 | 90 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.59 |
| HSL | 315.52º | 0.38% | 0.3% | - |
| HSV(B) | 315.52º | 0.55% | 0.41% | - |
| XYZ | 8.69 | 5.77 | 10.33 | - |
| YUV | 69.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 90 | 0 | 0.55 | 0.14 | 0.59 | 315.52 | 0.38 | 0.3 |
| Hex | 69 | 2F | 5A | 0 | 37 | E | 3B | 13C | 26 | 1E |
| Octal | 151 | 57 | 132 | 0 | 67 | 16 | 73 | 474 | 46 | 36 |
| Binary | 1101001 | 101111 | 1011010 | 0 | 110111 | 1110 | 111011 | 100111100 | 100110 | 11110 |
Color Harmonies of #692F5A
Complementary color
Monochromatic Colors of #692F5A
Black with #692F5A
Text Example
Text Example
White with #692F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F5A; }
p { color: rgb(105,47,90); }
H1.HeaderClassName
{
color: #692F5A;
}
.AnyTagClassName
{
color: #692F5A;
}
</style>
background-color css
<style>
a { background-color: #692F5A; }
a { background-color: rgb(105,47,90); }
div.DivClassName
{
background-color: #692F5A;
}
.BgClassName
{
background-color: #692F5A;
}
</style>
border-color css
<style>
span { border-color: #692F5A; }
span { border-color: rgb(105,47,90); }
td.TdClassName
{
border-color: #692F5A;
}
.TagClassName
{
border-color: #692F5A;
}
</style>