Shades of Palatinate Purple #691C5D
Tints of Palatinate Purple #691C5D
RGB
CMYK
RGB Variations
Color information
#691C5D (or 0x691C5D) is known color: Palatinate Purple. HEX triplet: 69, 1C and 5D. RGB value is (105,28,93). Sum of RGB (Red+Green+Blue) = 105+28+93=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #691C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C5D is #96E3A2. Grayscale: #3A3A3A. Windows color (decimal): -9888675 or 6102121. OLE color: 6102121.
HSL color Cylindrical-coordinate representation of color #691C5D: hue angle of 309.35º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C5D is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 93 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.59 |
| HSL | 309.35º | 0.58% | 0.26% | - |
| HSV(B) | 309.35º | 0.73% | 0.41% | - |
| XYZ | 8.22 | 4.62 | 10.82 | - |
| YUV | 58.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 93 | 0 | 0.73 | 0.11 | 0.59 | 309.35 | 0.58 | 0.26 |
| Hex | 69 | 1C | 5D | 0 | 49 | B | 3B | 135 | 3A | 1A |
| Octal | 151 | 34 | 135 | 0 | 111 | 13 | 73 | 465 | 72 | 32 |
| Binary | 1101001 | 11100 | 1011101 | 0 | 1001001 | 1011 | 111011 | 100110101 | 111010 | 11010 |
Color Harmonies of #691C5D
Complementary color
Monochromatic Colors of #691C5D
Black with #691C5D
Text Example
Text Example
White with #691C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C5D; }
p { color: rgb(105,28,93); }
H1.HeaderClassName
{
color: #691C5D;
}
.AnyTagClassName
{
color: #691C5D;
}
</style>
background-color css
<style>
a { background-color: #691C5D; }
a { background-color: rgb(105,28,93); }
div.DivClassName
{
background-color: #691C5D;
}
.BgClassName
{
background-color: #691C5D;
}
</style>
border-color css
<style>
span { border-color: #691C5D; }
span { border-color: rgb(105,28,93); }
td.TdClassName
{
border-color: #691C5D;
}
.TagClassName
{
border-color: #691C5D;
}
</style>