Shades of Palatinate Purple #691B5B
Tints of Palatinate Purple #691B5B
RGB
CMYK
RGB Variations
Color information
#691B5B (or 0x691B5B) is known color: Palatinate Purple. HEX triplet: 69, 1B and 5B. RGB value is (105,27,91). Sum of RGB (Red+Green+Blue) = 105+27+91=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #691B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691B5B is #96E4A4. Grayscale: #393939. Windows color (decimal): -9888933 or 5970793. OLE color: 5970793.
HSL color Cylindrical-coordinate representation of color #691B5B: hue angle of 310.77º 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 #691B5B is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 91 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.59 |
| HSL | 310.77º | 0.59% | 0.26% | - |
| HSV(B) | 310.77º | 0.74% | 0.41% | - |
| XYZ | 8.11 | 4.54 | 10.35 | - |
| YUV | 57.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 91 | 0 | 0.74 | 0.13 | 0.59 | 310.77 | 0.59 | 0.26 |
| Hex | 69 | 1B | 5B | 0 | 4A | D | 3B | 137 | 3B | 1A |
| Octal | 151 | 33 | 133 | 0 | 112 | 15 | 73 | 467 | 73 | 32 |
| Binary | 1101001 | 11011 | 1011011 | 0 | 1001010 | 1101 | 111011 | 100110111 | 111011 | 11010 |
Color Harmonies of #691B5B
Complementary color
Monochromatic Colors of #691B5B
Black with #691B5B
Text Example
Text Example
White with #691B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B5B; }
p { color: rgb(105,27,91); }
H1.HeaderClassName
{
color: #691B5B;
}
.AnyTagClassName
{
color: #691B5B;
}
</style>
background-color css
<style>
a { background-color: #691B5B; }
a { background-color: rgb(105,27,91); }
div.DivClassName
{
background-color: #691B5B;
}
.BgClassName
{
background-color: #691B5B;
}
</style>
border-color css
<style>
span { border-color: #691B5B; }
span { border-color: rgb(105,27,91); }
td.TdClassName
{
border-color: #691B5B;
}
.TagClassName
{
border-color: #691B5B;
}
</style>