Shades of Palatinate Purple #69085E
Tints of Palatinate Purple #69085E
RGB
CMYK
RGB Variations
Color information
#69085E (or 0x69085E) is known color: Palatinate Purple. HEX triplet: 69, 08 and 5E. RGB value is (105,8,94). Sum of RGB (Red+Green+Blue) = 105+8+94=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #69085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69085E is #96F7A1. Grayscale: #2E2E2E. Windows color (decimal): -9893794 or 6162537. OLE color: 6162537.
HSL color Cylindrical-coordinate representation of color #69085E: hue angle of 306.8º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69085E is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 8 | 94 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.59 |
| HSL | 306.8º | 0.86% | 0.22% | - |
| HSV(B) | 306.8º | 0.92% | 0.41% | - |
| XYZ | 7.93 | 3.99 | 10.94 | - |
| YUV | 46.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 94 | 0 | 0.92 | 0.10 | 0.59 | 306.8 | 0.86 | 0.22 |
| Hex | 69 | 8 | 5E | 0 | 5C | A | 3B | 133 | 56 | 16 |
| Octal | 151 | 10 | 136 | 0 | 134 | 12 | 73 | 463 | 126 | 26 |
| Binary | 1101001 | 1000 | 1011110 | 0 | 1011100 | 1010 | 111011 | 100110011 | 1010110 | 10110 |
Color Harmonies of #69085E
Complementary color
Monochromatic Colors of #69085E
Black with #69085E
Text Example
Text Example
White with #69085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69085E; }
p { color: rgb(105,8,94); }
H1.HeaderClassName
{
color: #69085E;
}
.AnyTagClassName
{
color: #69085E;
}
</style>
background-color css
<style>
a { background-color: #69085E; }
a { background-color: rgb(105,8,94); }
div.DivClassName
{
background-color: #69085E;
}
.BgClassName
{
background-color: #69085E;
}
</style>
border-color css
<style>
span { border-color: #69085E; }
span { border-color: rgb(105,8,94); }
td.TdClassName
{
border-color: #69085E;
}
.TagClassName
{
border-color: #69085E;
}
</style>