Shades of Palatinate Purple #69065E
Tints of Palatinate Purple #69065E
RGB
CMYK
RGB Variations
Color information
#69065E (or 0x69065E) is known color: Palatinate Purple. HEX triplet: 69, 06 and 5E. RGB value is (105,6,94). Sum of RGB (Red+Green+Blue) = 105+6+94=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #69065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69065E is #96F9A1. Grayscale: #2D2D2D. Windows color (decimal): -9894306 or 6162025. OLE color: 6162025.
HSL color Cylindrical-coordinate representation of color #69065E: hue angle of 306.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69065E is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 94 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.59 |
| HSL | 306.67º | 0.89% | 0.22% | - |
| HSV(B) | 306.67º | 0.94% | 0.41% | - |
| XYZ | 7.91 | 3.94 | 10.93 | - |
| YUV | 45.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 94 | 0 | 0.94 | 0.10 | 0.59 | 306.67 | 0.89 | 0.22 |
| Hex | 69 | 6 | 5E | 0 | 5E | A | 3B | 133 | 59 | 16 |
| Octal | 151 | 6 | 136 | 0 | 136 | 12 | 73 | 463 | 131 | 26 |
| Binary | 1101001 | 110 | 1011110 | 0 | 1011110 | 1010 | 111011 | 100110011 | 1011001 | 10110 |
Color Harmonies of #69065E
Complementary color
Monochromatic Colors of #69065E
Black with #69065E
Text Example
Text Example
White with #69065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69065E; }
p { color: rgb(105,6,94); }
H1.HeaderClassName
{
color: #69065E;
}
.AnyTagClassName
{
color: #69065E;
}
</style>
background-color css
<style>
a { background-color: #69065E; }
a { background-color: rgb(105,6,94); }
div.DivClassName
{
background-color: #69065E;
}
.BgClassName
{
background-color: #69065E;
}
</style>
border-color css
<style>
span { border-color: #69065E; }
span { border-color: rgb(105,6,94); }
td.TdClassName
{
border-color: #69065E;
}
.TagClassName
{
border-color: #69065E;
}
</style>