Shades of Palatinate Purple #691564
Tints of Palatinate Purple #691564
RGB
CMYK
RGB Variations
Color information
#691564 (or 0x691564) is known color: Palatinate Purple. HEX triplet: 69, 15 and 64. RGB value is (105,21,100). Sum of RGB (Red+Green+Blue) = 105+21+100=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #691564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691564 is #96EA9B. Grayscale: #363636. Windows color (decimal): -9890460 or 6559081. OLE color: 6559081.
HSL color Cylindrical-coordinate representation of color #691564: hue angle of 303.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691564 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 21 | 100 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.59 |
| HSL | 303.57º | 0.67% | 0.25% | - |
| HSV(B) | 303.57º | 0.8% | 0.41% | - |
| XYZ | 8.39 | 4.46 | 12.47 | - |
| YUV | 55.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 100 | 0 | 0.80 | 0.05 | 0.59 | 303.57 | 0.67 | 0.25 |
| Hex | 69 | 15 | 64 | 0 | 50 | 5 | 3B | 130 | 43 | 19 |
| Octal | 151 | 25 | 144 | 0 | 120 | 5 | 73 | 460 | 103 | 31 |
| Binary | 1101001 | 10101 | 1100100 | 0 | 1010000 | 101 | 111011 | 100110000 | 1000011 | 11001 |
Color Harmonies of #691564
Complementary color
Monochromatic Colors of #691564
Black with #691564
Text Example
Text Example
White with #691564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691564; }
p { color: rgb(105,21,100); }
H1.HeaderClassName
{
color: #691564;
}
.AnyTagClassName
{
color: #691564;
}
</style>
background-color css
<style>
a { background-color: #691564; }
a { background-color: rgb(105,21,100); }
div.DivClassName
{
background-color: #691564;
}
.BgClassName
{
background-color: #691564;
}
</style>
border-color css
<style>
span { border-color: #691564; }
span { border-color: rgb(105,21,100); }
td.TdClassName
{
border-color: #691564;
}
.TagClassName
{
border-color: #691564;
}
</style>