Shades of Palatinate Purple #690B5B
Tints of Palatinate Purple #690B5B
RGB
CMYK
RGB Variations
Color information
#690B5B (or 0x690B5B) is known color: Palatinate Purple. HEX triplet: 69, 0B and 5B. RGB value is (105,11,91). Sum of RGB (Red+Green+Blue) = 105+11+91=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #690B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B5B is #96F4A4. Grayscale: #303030. Windows color (decimal): -9893029 or 5966697. OLE color: 5966697.
HSL color Cylindrical-coordinate representation of color #690B5B: hue angle of 308.94º 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 #690B5B is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 91 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.59 |
| HSL | 308.94º | 0.81% | 0.23% | - |
| HSV(B) | 308.94º | 0.9% | 0.41% | - |
| XYZ | 7.83 | 4 | 10.26 | - |
| YUV | 48.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 91 | 0 | 0.90 | 0.13 | 0.59 | 308.94 | 0.81 | 0.23 |
| Hex | 69 | B | 5B | 0 | 5A | D | 3B | 135 | 51 | 17 |
| Octal | 151 | 13 | 133 | 0 | 132 | 15 | 73 | 465 | 121 | 27 |
| Binary | 1101001 | 1011 | 1011011 | 0 | 1011010 | 1101 | 111011 | 100110101 | 1010001 | 10111 |
Color Harmonies of #690B5B
Complementary color
Monochromatic Colors of #690B5B
Black with #690B5B
Text Example
Text Example
White with #690B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B5B; }
p { color: rgb(105,11,91); }
H1.HeaderClassName
{
color: #690B5B;
}
.AnyTagClassName
{
color: #690B5B;
}
</style>
background-color css
<style>
a { background-color: #690B5B; }
a { background-color: rgb(105,11,91); }
div.DivClassName
{
background-color: #690B5B;
}
.BgClassName
{
background-color: #690B5B;
}
</style>
border-color css
<style>
span { border-color: #690B5B; }
span { border-color: rgb(105,11,91); }
td.TdClassName
{
border-color: #690B5B;
}
.TagClassName
{
border-color: #690B5B;
}
</style>