Shades of Palatinate Purple #69106A
Tints of Palatinate Purple #69106A
RGB
CMYK
RGB Variations
Color information
#69106A (or 0x69106A) is known color: Palatinate Purple. HEX triplet: 69, 10 and 6A. RGB value is (105,16,106). Sum of RGB (Red+Green+Blue) = 105+16+106=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #69106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69106A is #96EF95. Grayscale: #343434. Windows color (decimal): -9891734 or 6951017. OLE color: 6951017.
HSL color Cylindrical-coordinate representation of color #69106A: hue angle of 299.33º 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 #69106A is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 16 | 106 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.58 |
| HSL | 299.33º | 0.74% | 0.24% | - |
| HSV(B) | 299.33º | 0.85% | 0.42% | - |
| XYZ | 8.61 | 4.41 | 14.03 | - |
| YUV | 52.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 106 | 0.01 | 0.85 | 0 | 0.58 | 299.33 | 0.74 | 0.24 |
| Hex | 69 | 10 | 6A | 1 | 55 | 0 | 3A | 12B | 4A | 18 |
| Octal | 151 | 20 | 152 | 1 | 125 | 0 | 72 | 453 | 112 | 30 |
| Binary | 1101001 | 10000 | 1101010 | 1 | 1010101 | 0 | 111010 | 100101011 | 1001010 | 11000 |
Color Harmonies of #69106A
Complementary color
Monochromatic Colors of #69106A
Black with #69106A
Text Example
Text Example
White with #69106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69106A; }
p { color: rgb(105,16,106); }
H1.HeaderClassName
{
color: #69106A;
}
.AnyTagClassName
{
color: #69106A;
}
</style>
background-color css
<style>
a { background-color: #69106A; }
a { background-color: rgb(105,16,106); }
div.DivClassName
{
background-color: #69106A;
}
.BgClassName
{
background-color: #69106A;
}
</style>
border-color css
<style>
span { border-color: #69106A; }
span { border-color: rgb(105,16,106); }
td.TdClassName
{
border-color: #69106A;
}
.TagClassName
{
border-color: #69106A;
}
</style>