Shades of Palatinate Purple #69055E
Tints of Palatinate Purple #69055E
RGB
CMYK
RGB Variations
Color information
#69055E (or 0x69055E) is known color: Palatinate Purple. HEX triplet: 69, 05 and 5E. RGB value is (105,5,94). Sum of RGB (Red+Green+Blue) = 105+5+94=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69055E is #96FAA1. Grayscale: #2C2C2C. Windows color (decimal): -9894562 or 6161769. OLE color: 6161769.
HSL color Cylindrical-coordinate representation of color #69055E: hue angle of 306.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69055E is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 94 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.59 |
| HSL | 306.6º | 0.91% | 0.22% | - |
| HSV(B) | 306.6º | 0.95% | 0.41% | - |
| XYZ | 7.9 | 3.92 | 10.93 | - |
| YUV | 45.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 94 | 0 | 0.95 | 0.10 | 0.59 | 306.6 | 0.91 | 0.22 |
| Hex | 69 | 5 | 5E | 0 | 5F | A | 3B | 133 | 5B | 16 |
| Octal | 151 | 5 | 136 | 0 | 137 | 12 | 73 | 463 | 133 | 26 |
| Binary | 1101001 | 101 | 1011110 | 0 | 1011111 | 1010 | 111011 | 100110011 | 1011011 | 10110 |
Color Harmonies of #69055E
Complementary color
Monochromatic Colors of #69055E
Black with #69055E
Text Example
Text Example
White with #69055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69055E; }
p { color: rgb(105,5,94); }
H1.HeaderClassName
{
color: #69055E;
}
.AnyTagClassName
{
color: #69055E;
}
</style>
background-color css
<style>
a { background-color: #69055E; }
a { background-color: rgb(105,5,94); }
div.DivClassName
{
background-color: #69055E;
}
.BgClassName
{
background-color: #69055E;
}
</style>
border-color css
<style>
span { border-color: #69055E; }
span { border-color: rgb(105,5,94); }
td.TdClassName
{
border-color: #69055E;
}
.TagClassName
{
border-color: #69055E;
}
</style>