Shades of Palatinate Purple #690B59
Tints of Palatinate Purple #690B59
RGB
CMYK
RGB Variations
Color information
#690B59 (or 0x690B59) is known color: Palatinate Purple. HEX triplet: 69, 0B and 59. RGB value is (105,11,89). Sum of RGB (Red+Green+Blue) = 105+11+89=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #690B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B59 is #96F4A6. Grayscale: #2F2F2F. Windows color (decimal): -9893031 or 5835625. OLE color: 5835625.
HSL color Cylindrical-coordinate representation of color #690B59: hue angle of 310.21º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B59 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 89 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.59 |
| HSL | 310.21º | 0.81% | 0.23% | - |
| HSV(B) | 310.21º | 0.9% | 0.41% | - |
| XYZ | 7.75 | 3.96 | 9.81 | - |
| YUV | 48 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 89 | 0 | 0.90 | 0.15 | 0.59 | 310.21 | 0.81 | 0.23 |
| Hex | 69 | B | 59 | 0 | 5A | F | 3B | 136 | 51 | 17 |
| Octal | 151 | 13 | 131 | 0 | 132 | 17 | 73 | 466 | 121 | 27 |
| Binary | 1101001 | 1011 | 1011001 | 0 | 1011010 | 1111 | 111011 | 100110110 | 1010001 | 10111 |
Color Harmonies of #690B59
Complementary color
Monochromatic Colors of #690B59
Black with #690B59
Text Example
Text Example
White with #690B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B59; }
p { color: rgb(105,11,89); }
H1.HeaderClassName
{
color: #690B59;
}
.AnyTagClassName
{
color: #690B59;
}
</style>
background-color css
<style>
a { background-color: #690B59; }
a { background-color: rgb(105,11,89); }
div.DivClassName
{
background-color: #690B59;
}
.BgClassName
{
background-color: #690B59;
}
</style>
border-color css
<style>
span { border-color: #690B59; }
span { border-color: rgb(105,11,89); }
td.TdClassName
{
border-color: #690B59;
}
.TagClassName
{
border-color: #690B59;
}
</style>