Shades of Palatinate Purple #691B5E
Tints of Palatinate Purple #691B5E
RGB
CMYK
RGB Variations
Color information
#691B5E (or 0x691B5E) is known color: Palatinate Purple. HEX triplet: 69, 1B and 5E. RGB value is (105,27,94). Sum of RGB (Red+Green+Blue) = 105+27+94=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #691B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691B5E is #96E4A1. Grayscale: #393939. Windows color (decimal): -9888930 or 6167401. OLE color: 6167401.
HSL color Cylindrical-coordinate representation of color #691B5E: hue angle of 308.46º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B5E is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 94 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.59 |
| HSL | 308.46º | 0.59% | 0.26% | - |
| HSV(B) | 308.46º | 0.74% | 0.41% | - |
| XYZ | 8.24 | 4.6 | 11.04 | - |
| YUV | 57.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 94 | 0 | 0.74 | 0.10 | 0.59 | 308.46 | 0.59 | 0.26 |
| Hex | 69 | 1B | 5E | 0 | 4A | A | 3B | 134 | 3B | 1A |
| Octal | 151 | 33 | 136 | 0 | 112 | 12 | 73 | 464 | 73 | 32 |
| Binary | 1101001 | 11011 | 1011110 | 0 | 1001010 | 1010 | 111011 | 100110100 | 111011 | 11010 |
Color Harmonies of #691B5E
Complementary color
Monochromatic Colors of #691B5E
Black with #691B5E
Text Example
Text Example
White with #691B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B5E; }
p { color: rgb(105,27,94); }
H1.HeaderClassName
{
color: #691B5E;
}
.AnyTagClassName
{
color: #691B5E;
}
</style>
background-color css
<style>
a { background-color: #691B5E; }
a { background-color: rgb(105,27,94); }
div.DivClassName
{
background-color: #691B5E;
}
.BgClassName
{
background-color: #691B5E;
}
</style>
border-color css
<style>
span { border-color: #691B5E; }
span { border-color: rgb(105,27,94); }
td.TdClassName
{
border-color: #691B5E;
}
.TagClassName
{
border-color: #691B5E;
}
</style>