Shades of Palatinate Purple #69106C
Tints of Palatinate Purple #69106C
RGB
CMYK
RGB Variations
Color information
#69106C (or 0x69106C) is known color: Palatinate Purple. HEX triplet: 69, 10 and 6C. RGB value is (105,16,108). Sum of RGB (Red+Green+Blue) = 105+16+108=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #69106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69106C is #96EF93. Grayscale: #343434. Windows color (decimal): -9891732 or 7082089. OLE color: 7082089.
HSL color Cylindrical-coordinate representation of color #69106C: hue angle of 298.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69106C is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 16 | 108 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.58 |
| HSL | 298.04º | 0.74% | 0.24% | - |
| HSV(B) | 298.04º | 0.85% | 0.42% | - |
| XYZ | 8.72 | 4.46 | 14.59 | - |
| YUV | 53.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 108 | 0.03 | 0.85 | 0 | 0.58 | 298.04 | 0.74 | 0.24 |
| Hex | 69 | 10 | 6C | 3 | 55 | 0 | 3A | 12A | 4A | 18 |
| Octal | 151 | 20 | 154 | 3 | 125 | 0 | 72 | 452 | 112 | 30 |
| Binary | 1101001 | 10000 | 1101100 | 11 | 1010101 | 0 | 111010 | 100101010 | 1001010 | 11000 |
Color Harmonies of #69106C
Complementary color
Monochromatic Colors of #69106C
Black with #69106C
Text Example
Text Example
White with #69106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69106C; }
p { color: rgb(105,16,108); }
H1.HeaderClassName
{
color: #69106C;
}
.AnyTagClassName
{
color: #69106C;
}
</style>
background-color css
<style>
a { background-color: #69106C; }
a { background-color: rgb(105,16,108); }
div.DivClassName
{
background-color: #69106C;
}
.BgClassName
{
background-color: #69106C;
}
</style>
border-color css
<style>
span { border-color: #69106C; }
span { border-color: rgb(105,16,108); }
td.TdClassName
{
border-color: #69106C;
}
.TagClassName
{
border-color: #69106C;
}
</style>