Shades of Palatinate Purple #691A54
Tints of Palatinate Purple #691A54
RGB
CMYK
RGB Variations
Color information
#691A54 (or 0x691A54) is known color: Palatinate Purple. HEX triplet: 69, 1A and 54. RGB value is (105,26,84). Sum of RGB (Red+Green+Blue) = 105+26+84=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #691A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A54 is #96E5AB. Grayscale: #383838. Windows color (decimal): -9889196 or 5511785. OLE color: 5511785.
HSL color Cylindrical-coordinate representation of color #691A54: hue angle of 315.95º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A54 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 26 | 84 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.59 |
| HSL | 315.95º | 0.6% | 0.26% | - |
| HSV(B) | 315.95º | 0.75% | 0.41% | - |
| XYZ | 7.8 | 4.38 | 8.82 | - |
| YUV | 56.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 84 | 0 | 0.75 | 0.20 | 0.59 | 315.95 | 0.6 | 0.26 |
| Hex | 69 | 1A | 54 | 0 | 4B | 14 | 3B | 13C | 3C | 1A |
| Octal | 151 | 32 | 124 | 0 | 113 | 24 | 73 | 474 | 74 | 32 |
| Binary | 1101001 | 11010 | 1010100 | 0 | 1001011 | 10100 | 111011 | 100111100 | 111100 | 11010 |
Color Harmonies of #691A54
Complementary color
Monochromatic Colors of #691A54
Black with #691A54
Text Example
Text Example
White with #691A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691A54; }
p { color: rgb(105,26,84); }
H1.HeaderClassName
{
color: #691A54;
}
.AnyTagClassName
{
color: #691A54;
}
</style>
background-color css
<style>
a { background-color: #691A54; }
a { background-color: rgb(105,26,84); }
div.DivClassName
{
background-color: #691A54;
}
.BgClassName
{
background-color: #691A54;
}
</style>
border-color css
<style>
span { border-color: #691A54; }
span { border-color: rgb(105,26,84); }
td.TdClassName
{
border-color: #691A54;
}
.TagClassName
{
border-color: #691A54;
}
</style>