Shades of Palatinate Purple #69176D
Tints of Palatinate Purple #69176D
RGB
CMYK
RGB Variations
Color information
#69176D (or 0x69176D) is known color: Palatinate Purple. HEX triplet: 69, 17 and 6D. RGB value is (105,23,109). Sum of RGB (Red+Green+Blue) = 105+23+109=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #69176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69176D is #96E892. Grayscale: #393939. Windows color (decimal): -9889939 or 7149417. OLE color: 7149417.
HSL color Cylindrical-coordinate representation of color #69176D: hue angle of 297.21º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69176D is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 23 | 109 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.57 |
| HSL | 297.21º | 0.65% | 0.26% | - |
| HSV(B) | 297.21º | 0.79% | 0.43% | - |
| XYZ | 8.89 | 4.72 | 14.91 | - |
| YUV | 57.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 109 | 0.04 | 0.79 | 0 | 0.57 | 297.21 | 0.65 | 0.26 |
| Hex | 69 | 17 | 6D | 4 | 4F | 0 | 39 | 129 | 41 | 1A |
| Octal | 151 | 27 | 155 | 4 | 117 | 0 | 71 | 451 | 101 | 32 |
| Binary | 1101001 | 10111 | 1101101 | 100 | 1001111 | 0 | 111001 | 100101001 | 1000001 | 11010 |
Color Harmonies of #69176D
Complementary color
Monochromatic Colors of #69176D
Black with #69176D
Text Example
Text Example
White with #69176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69176D; }
p { color: rgb(105,23,109); }
H1.HeaderClassName
{
color: #69176D;
}
.AnyTagClassName
{
color: #69176D;
}
</style>
background-color css
<style>
a { background-color: #69176D; }
a { background-color: rgb(105,23,109); }
div.DivClassName
{
background-color: #69176D;
}
.BgClassName
{
background-color: #69176D;
}
</style>
border-color css
<style>
span { border-color: #69176D; }
span { border-color: rgb(105,23,109); }
td.TdClassName
{
border-color: #69176D;
}
.TagClassName
{
border-color: #69176D;
}
</style>