Shades of Palatinate Purple #691B5D
Tints of Palatinate Purple #691B5D
RGB
CMYK
RGB Variations
Color information
#691B5D (or 0x691B5D) is known color: Palatinate Purple. HEX triplet: 69, 1B and 5D. RGB value is (105,27,93). Sum of RGB (Red+Green+Blue) = 105+27+93=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #691B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691B5D is #96E4A2. Grayscale: #393939. Windows color (decimal): -9888931 or 6101865. OLE color: 6101865.
HSL color Cylindrical-coordinate representation of color #691B5D: hue angle of 309.23º 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 #691B5D is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 93 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.59 |
| HSL | 309.23º | 0.59% | 0.26% | - |
| HSV(B) | 309.23º | 0.74% | 0.41% | - |
| XYZ | 8.19 | 4.58 | 10.81 | - |
| YUV | 57.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 93 | 0 | 0.74 | 0.11 | 0.59 | 309.23 | 0.59 | 0.26 |
| Hex | 69 | 1B | 5D | 0 | 4A | B | 3B | 135 | 3B | 1A |
| Octal | 151 | 33 | 135 | 0 | 112 | 13 | 73 | 465 | 73 | 32 |
| Binary | 1101001 | 11011 | 1011101 | 0 | 1001010 | 1011 | 111011 | 100110101 | 111011 | 11010 |
Color Harmonies of #691B5D
Complementary color
Monochromatic Colors of #691B5D
Black with #691B5D
Text Example
Text Example
White with #691B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B5D; }
p { color: rgb(105,27,93); }
H1.HeaderClassName
{
color: #691B5D;
}
.AnyTagClassName
{
color: #691B5D;
}
</style>
background-color css
<style>
a { background-color: #691B5D; }
a { background-color: rgb(105,27,93); }
div.DivClassName
{
background-color: #691B5D;
}
.BgClassName
{
background-color: #691B5D;
}
</style>
border-color css
<style>
span { border-color: #691B5D; }
span { border-color: rgb(105,27,93); }
td.TdClassName
{
border-color: #691B5D;
}
.TagClassName
{
border-color: #691B5D;
}
</style>