Shades of Palatinate Purple #69146D
Tints of Palatinate Purple #69146D
RGB
CMYK
RGB Variations
Color information
#69146D (or 0x69146D) is known color: Palatinate Purple. HEX triplet: 69, 14 and 6D. RGB value is (105,20,109). Sum of RGB (Red+Green+Blue) = 105+20+109=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #69146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69146D is #96EB92. Grayscale: #373737. Windows color (decimal): -9890707 or 7148649. OLE color: 7148649.
HSL color Cylindrical-coordinate representation of color #69146D: hue angle of 297.3º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69146D is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 20 | 109 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.57 |
| HSL | 297.3º | 0.69% | 0.25% | - |
| HSV(B) | 297.3º | 0.82% | 0.43% | - |
| XYZ | 8.84 | 4.61 | 14.89 | - |
| YUV | 55.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 109 | 0.04 | 0.82 | 0 | 0.57 | 297.3 | 0.69 | 0.25 |
| Hex | 69 | 14 | 6D | 4 | 52 | 0 | 39 | 129 | 45 | 19 |
| Octal | 151 | 24 | 155 | 4 | 122 | 0 | 71 | 451 | 105 | 31 |
| Binary | 1101001 | 10100 | 1101101 | 100 | 1010010 | 0 | 111001 | 100101001 | 1000101 | 11001 |
Color Harmonies of #69146D
Complementary color
Monochromatic Colors of #69146D
Black with #69146D
Text Example
Text Example
White with #69146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69146D; }
p { color: rgb(105,20,109); }
H1.HeaderClassName
{
color: #69146D;
}
.AnyTagClassName
{
color: #69146D;
}
</style>
background-color css
<style>
a { background-color: #69146D; }
a { background-color: rgb(105,20,109); }
div.DivClassName
{
background-color: #69146D;
}
.BgClassName
{
background-color: #69146D;
}
</style>
border-color css
<style>
span { border-color: #69146D; }
span { border-color: rgb(105,20,109); }
td.TdClassName
{
border-color: #69146D;
}
.TagClassName
{
border-color: #69146D;
}
</style>