Shades of Palatinate Purple #691B64
Tints of Palatinate Purple #691B64
RGB
CMYK
RGB Variations
Color information
#691B64 (or 0x691B64) is known color: Palatinate Purple. HEX triplet: 69, 1B and 64. RGB value is (105,27,100). Sum of RGB (Red+Green+Blue) = 105+27+100=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #691B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691B64 is #96E49B. Grayscale: #3A3A3A. Windows color (decimal): -9888924 or 6560617. OLE color: 6560617.
HSL color Cylindrical-coordinate representation of color #691B64: hue angle of 303.85º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B64 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 100 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.59 |
| HSL | 303.85º | 0.59% | 0.26% | - |
| HSV(B) | 303.85º | 0.74% | 0.41% | - |
| XYZ | 8.52 | 4.71 | 12.52 | - |
| YUV | 58.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 100 | 0 | 0.74 | 0.05 | 0.59 | 303.85 | 0.59 | 0.26 |
| Hex | 69 | 1B | 64 | 0 | 4A | 5 | 3B | 130 | 3B | 1A |
| Octal | 151 | 33 | 144 | 0 | 112 | 5 | 73 | 460 | 73 | 32 |
| Binary | 1101001 | 11011 | 1100100 | 0 | 1001010 | 101 | 111011 | 100110000 | 111011 | 11010 |
Color Harmonies of #691B64
Complementary color
Monochromatic Colors of #691B64
Black with #691B64
Text Example
Text Example
White with #691B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B64; }
p { color: rgb(105,27,100); }
H1.HeaderClassName
{
color: #691B64;
}
.AnyTagClassName
{
color: #691B64;
}
</style>
background-color css
<style>
a { background-color: #691B64; }
a { background-color: rgb(105,27,100); }
div.DivClassName
{
background-color: #691B64;
}
.BgClassName
{
background-color: #691B64;
}
</style>
border-color css
<style>
span { border-color: #691B64; }
span { border-color: rgb(105,27,100); }
td.TdClassName
{
border-color: #691B64;
}
.TagClassName
{
border-color: #691B64;
}
</style>