Shades of Palatinate Purple #691F5B
Tints of Palatinate Purple #691F5B
RGB
CMYK
RGB Variations
Color information
#691F5B (or 0x691F5B) is known color: Palatinate Purple. HEX triplet: 69, 1F and 5B. RGB value is (105,31,91). Sum of RGB (Red+Green+Blue) = 105+31+91=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #691F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691F5B is #96E0A4. Grayscale: #3B3B3B. Windows color (decimal): -9887909 or 5971817. OLE color: 5971817.
HSL color Cylindrical-coordinate representation of color #691F5B: hue angle of 311.35º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F5B is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 31 | 91 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.59 |
| HSL | 311.35º | 0.54% | 0.27% | - |
| HSV(B) | 311.35º | 0.7% | 0.41% | - |
| XYZ | 8.2 | 4.74 | 10.38 | - |
| YUV | 59.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 91 | 0 | 0.70 | 0.13 | 0.59 | 311.35 | 0.54 | 0.27 |
| Hex | 69 | 1F | 5B | 0 | 46 | D | 3B | 137 | 36 | 1B |
| Octal | 151 | 37 | 133 | 0 | 106 | 15 | 73 | 467 | 66 | 33 |
| Binary | 1101001 | 11111 | 1011011 | 0 | 1000110 | 1101 | 111011 | 100110111 | 110110 | 11011 |
Color Harmonies of #691F5B
Complementary color
Monochromatic Colors of #691F5B
Black with #691F5B
Text Example
Text Example
White with #691F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691F5B; }
p { color: rgb(105,31,91); }
H1.HeaderClassName
{
color: #691F5B;
}
.AnyTagClassName
{
color: #691F5B;
}
</style>
background-color css
<style>
a { background-color: #691F5B; }
a { background-color: rgb(105,31,91); }
div.DivClassName
{
background-color: #691F5B;
}
.BgClassName
{
background-color: #691F5B;
}
</style>
border-color css
<style>
span { border-color: #691F5B; }
span { border-color: rgb(105,31,91); }
td.TdClassName
{
border-color: #691F5B;
}
.TagClassName
{
border-color: #691F5B;
}
</style>