Shades of Palatinate Purple #69146F
Tints of Palatinate Purple #69146F
RGB
CMYK
RGB Variations
Color information
#69146F (or 0x69146F) is known color: Palatinate Purple. HEX triplet: 69, 14 and 6F. RGB value is (105,20,111). Sum of RGB (Red+Green+Blue) = 105+20+111=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #69146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69146F is #96EB90. Grayscale: #373737. Windows color (decimal): -9890705 or 7279721. OLE color: 7279721.
HSL color Cylindrical-coordinate representation of color #69146F: hue angle of 296.04º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69146F is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 20 | 111 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.56 |
| HSL | 296.04º | 0.69% | 0.26% | - |
| HSV(B) | 296.04º | 0.82% | 0.44% | - |
| XYZ | 8.95 | 4.65 | 15.47 | - |
| YUV | 55.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 111 | 0.05 | 0.82 | 0 | 0.56 | 296.04 | 0.69 | 0.26 |
| Hex | 69 | 14 | 6F | 5 | 52 | 0 | 38 | 128 | 45 | 1A |
| Octal | 151 | 24 | 157 | 5 | 122 | 0 | 70 | 450 | 105 | 32 |
| Binary | 1101001 | 10100 | 1101111 | 101 | 1010010 | 0 | 111000 | 100101000 | 1000101 | 11010 |
Color Harmonies of #69146F
Complementary color
Monochromatic Colors of #69146F
Black with #69146F
Text Example
Text Example
White with #69146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69146F; }
p { color: rgb(105,20,111); }
H1.HeaderClassName
{
color: #69146F;
}
.AnyTagClassName
{
color: #69146F;
}
</style>
background-color css
<style>
a { background-color: #69146F; }
a { background-color: rgb(105,20,111); }
div.DivClassName
{
background-color: #69146F;
}
.BgClassName
{
background-color: #69146F;
}
</style>
border-color css
<style>
span { border-color: #69146F; }
span { border-color: rgb(105,20,111); }
td.TdClassName
{
border-color: #69146F;
}
.TagClassName
{
border-color: #69146F;
}
</style>