Shades of Palatinate Purple #691A61
Tints of Palatinate Purple #691A61
RGB
CMYK
RGB Variations
Color information
#691A61 (or 0x691A61) is known color: Palatinate Purple. HEX triplet: 69, 1A and 61. RGB value is (105,26,97). Sum of RGB (Red+Green+Blue) = 105+26+97=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #691A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A61 is #96E59E. Grayscale: #393939. Windows color (decimal): -9889183 or 6363753. OLE color: 6363753.
HSL color Cylindrical-coordinate representation of color #691A61: hue angle of 306.08º 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 #691A61 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 26 | 97 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.59 |
| HSL | 306.08º | 0.6% | 0.26% | - |
| HSV(B) | 306.08º | 0.75% | 0.41% | - |
| XYZ | 8.35 | 4.61 | 11.76 | - |
| YUV | 57.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 97 | 0 | 0.75 | 0.08 | 0.59 | 306.08 | 0.6 | 0.26 |
| Hex | 69 | 1A | 61 | 0 | 4B | 8 | 3B | 132 | 3C | 1A |
| Octal | 151 | 32 | 141 | 0 | 113 | 10 | 73 | 462 | 74 | 32 |
| Binary | 1101001 | 11010 | 1100001 | 0 | 1001011 | 1000 | 111011 | 100110010 | 111100 | 11010 |
Color Harmonies of #691A61
Complementary color
Monochromatic Colors of #691A61
Black with #691A61
Text Example
Text Example
White with #691A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691A61; }
p { color: rgb(105,26,97); }
H1.HeaderClassName
{
color: #691A61;
}
.AnyTagClassName
{
color: #691A61;
}
</style>
background-color css
<style>
a { background-color: #691A61; }
a { background-color: rgb(105,26,97); }
div.DivClassName
{
background-color: #691A61;
}
.BgClassName
{
background-color: #691A61;
}
</style>
border-color css
<style>
span { border-color: #691A61; }
span { border-color: rgb(105,26,97); }
td.TdClassName
{
border-color: #691A61;
}
.TagClassName
{
border-color: #691A61;
}
</style>