Shades of Palatinate Purple #691256
Tints of Palatinate Purple #691256
RGB
CMYK
RGB Variations
Color information
#691256 (or 0x691256) is known color: Palatinate Purple. HEX triplet: 69, 12 and 56. RGB value is (105,18,86). Sum of RGB (Red+Green+Blue) = 105+18+86=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #691256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691256 is #96EDA9. Grayscale: #333333. Windows color (decimal): -9891242 or 5640809. OLE color: 5640809.
HSL color Cylindrical-coordinate representation of color #691256: hue angle of 313.1º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691256 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 18 | 86 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.59 |
| HSL | 313.1º | 0.71% | 0.24% | - |
| HSV(B) | 313.1º | 0.83% | 0.41% | - |
| XYZ | 7.72 | 4.11 | 9.19 | - |
| YUV | 51.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 86 | 0 | 0.83 | 0.18 | 0.59 | 313.1 | 0.71 | 0.24 |
| Hex | 69 | 12 | 56 | 0 | 53 | 12 | 3B | 139 | 47 | 18 |
| Octal | 151 | 22 | 126 | 0 | 123 | 22 | 73 | 471 | 107 | 30 |
| Binary | 1101001 | 10010 | 1010110 | 0 | 1010011 | 10010 | 111011 | 100111001 | 1000111 | 11000 |
Color Harmonies of #691256
Complementary color
Monochromatic Colors of #691256
Black with #691256
Text Example
Text Example
White with #691256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691256; }
p { color: rgb(105,18,86); }
H1.HeaderClassName
{
color: #691256;
}
.AnyTagClassName
{
color: #691256;
}
</style>
background-color css
<style>
a { background-color: #691256; }
a { background-color: rgb(105,18,86); }
div.DivClassName
{
background-color: #691256;
}
.BgClassName
{
background-color: #691256;
}
</style>
border-color css
<style>
span { border-color: #691256; }
span { border-color: rgb(105,18,86); }
td.TdClassName
{
border-color: #691256;
}
.TagClassName
{
border-color: #691256;
}
</style>