Shades of Palatinate Purple #690F5B
Tints of Palatinate Purple #690F5B
RGB
CMYK
RGB Variations
Color information
#690F5B (or 0x690F5B) is known color: Palatinate Purple. HEX triplet: 69, 0F and 5B. RGB value is (105,15,91). Sum of RGB (Red+Green+Blue) = 105+15+91=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #690F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F5B is #96F0A4. Grayscale: #323232. Windows color (decimal): -9892005 or 5967721. OLE color: 5967721.
HSL color Cylindrical-coordinate representation of color #690F5B: hue angle of 309.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F5B is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 91 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.59 |
| HSL | 309.33º | 0.75% | 0.24% | - |
| HSV(B) | 309.33º | 0.86% | 0.41% | - |
| XYZ | 7.88 | 4.1 | 10.27 | - |
| YUV | 50.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 91 | 0 | 0.86 | 0.13 | 0.59 | 309.33 | 0.75 | 0.24 |
| Hex | 69 | F | 5B | 0 | 56 | D | 3B | 135 | 4B | 18 |
| Octal | 151 | 17 | 133 | 0 | 126 | 15 | 73 | 465 | 113 | 30 |
| Binary | 1101001 | 1111 | 1011011 | 0 | 1010110 | 1101 | 111011 | 100110101 | 1001011 | 11000 |
Color Harmonies of #690F5B
Complementary color
Monochromatic Colors of #690F5B
Black with #690F5B
Text Example
Text Example
White with #690F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F5B; }
p { color: rgb(105,15,91); }
H1.HeaderClassName
{
color: #690F5B;
}
.AnyTagClassName
{
color: #690F5B;
}
</style>
background-color css
<style>
a { background-color: #690F5B; }
a { background-color: rgb(105,15,91); }
div.DivClassName
{
background-color: #690F5B;
}
.BgClassName
{
background-color: #690F5B;
}
</style>
border-color css
<style>
span { border-color: #690F5B; }
span { border-color: rgb(105,15,91); }
td.TdClassName
{
border-color: #690F5B;
}
.TagClassName
{
border-color: #690F5B;
}
</style>