Shades of Palatinate Purple #69116D
Tints of Palatinate Purple #69116D
RGB
CMYK
RGB Variations
Color information
#69116D (or 0x69116D) is known color: Palatinate Purple. HEX triplet: 69, 11 and 6D. RGB value is (105,17,109). Sum of RGB (Red+Green+Blue) = 105+17+109=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #69116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69116D is #96EE92. Grayscale: #353535. Windows color (decimal): -9891475 or 7147881. OLE color: 7147881.
HSL color Cylindrical-coordinate representation of color #69116D: hue angle of 297.39º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69116D is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 17 | 109 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.57 |
| HSL | 297.39º | 0.73% | 0.25% | - |
| HSV(B) | 297.39º | 0.84% | 0.43% | - |
| XYZ | 8.79 | 4.51 | 14.88 | - |
| YUV | 53.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 109 | 0.04 | 0.84 | 0 | 0.57 | 297.39 | 0.73 | 0.25 |
| Hex | 69 | 11 | 6D | 4 | 54 | 0 | 39 | 129 | 49 | 19 |
| Octal | 151 | 21 | 155 | 4 | 124 | 0 | 71 | 451 | 111 | 31 |
| Binary | 1101001 | 10001 | 1101101 | 100 | 1010100 | 0 | 111001 | 100101001 | 1001001 | 11001 |
Color Harmonies of #69116D
Complementary color
Monochromatic Colors of #69116D
Black with #69116D
Text Example
Text Example
White with #69116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69116D; }
p { color: rgb(105,17,109); }
H1.HeaderClassName
{
color: #69116D;
}
.AnyTagClassName
{
color: #69116D;
}
</style>
background-color css
<style>
a { background-color: #69116D; }
a { background-color: rgb(105,17,109); }
div.DivClassName
{
background-color: #69116D;
}
.BgClassName
{
background-color: #69116D;
}
</style>
border-color css
<style>
span { border-color: #69116D; }
span { border-color: rgb(105,17,109); }
td.TdClassName
{
border-color: #69116D;
}
.TagClassName
{
border-color: #69116D;
}
</style>