Shades of Palatinate Purple #690B5A
Tints of Palatinate Purple #690B5A
RGB
CMYK
RGB Variations
Color information
#690B5A (or 0x690B5A) is known color: Palatinate Purple. HEX triplet: 69, 0B and 5A. RGB value is (105,11,90). Sum of RGB (Red+Green+Blue) = 105+11+90=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #690B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B5A is #96F4A5. Grayscale: #2F2F2F. Windows color (decimal): -9893030 or 5901161. OLE color: 5901161.
HSL color Cylindrical-coordinate representation of color #690B5A: hue angle of 309.57º 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 #690B5A is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 90 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.59 |
| HSL | 309.57º | 0.81% | 0.23% | - |
| HSV(B) | 309.57º | 0.9% | 0.41% | - |
| XYZ | 7.79 | 3.98 | 10.03 | - |
| YUV | 48.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 90 | 0 | 0.90 | 0.14 | 0.59 | 309.57 | 0.81 | 0.23 |
| Hex | 69 | B | 5A | 0 | 5A | E | 3B | 136 | 51 | 17 |
| Octal | 151 | 13 | 132 | 0 | 132 | 16 | 73 | 466 | 121 | 27 |
| Binary | 1101001 | 1011 | 1011010 | 0 | 1011010 | 1110 | 111011 | 100110110 | 1010001 | 10111 |
Color Harmonies of #690B5A
Complementary color
Monochromatic Colors of #690B5A
Black with #690B5A
Text Example
Text Example
White with #690B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B5A; }
p { color: rgb(105,11,90); }
H1.HeaderClassName
{
color: #690B5A;
}
.AnyTagClassName
{
color: #690B5A;
}
</style>
background-color css
<style>
a { background-color: #690B5A; }
a { background-color: rgb(105,11,90); }
div.DivClassName
{
background-color: #690B5A;
}
.BgClassName
{
background-color: #690B5A;
}
</style>
border-color css
<style>
span { border-color: #690B5A; }
span { border-color: rgb(105,11,90); }
td.TdClassName
{
border-color: #690B5A;
}
.TagClassName
{
border-color: #690B5A;
}
</style>