Shades of Palatinate Purple #69305E
Tints of Palatinate Purple #69305E
RGB
CMYK
RGB Variations
Color information
#69305E (or 0x69305E) is known color: Palatinate Purple. HEX triplet: 69, 30 and 5E. RGB value is (105,48,94). Sum of RGB (Red+Green+Blue) = 105+48+94=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #69305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69305E is #96CFA1. Grayscale: #464646. Windows color (decimal): -9883554 or 6172777. OLE color: 6172777.
HSL color Cylindrical-coordinate representation of color #69305E: hue angle of 311.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69305E is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 48 | 94 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.59 |
| HSL | 311.58º | 0.37% | 0.3% | - |
| HSV(B) | 311.58º | 0.54% | 0.41% | - |
| XYZ | 8.9 | 5.93 | 11.26 | - |
| YUV | 70.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 94 | 0 | 0.54 | 0.10 | 0.59 | 311.58 | 0.37 | 0.3 |
| Hex | 69 | 30 | 5E | 0 | 36 | A | 3B | 138 | 25 | 1E |
| Octal | 151 | 60 | 136 | 0 | 66 | 12 | 73 | 470 | 45 | 36 |
| Binary | 1101001 | 110000 | 1011110 | 0 | 110110 | 1010 | 111011 | 100111000 | 100101 | 11110 |
Color Harmonies of #69305E
Complementary color
Monochromatic Colors of #69305E
Black with #69305E
Text Example
Text Example
White with #69305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69305E; }
p { color: rgb(105,48,94); }
H1.HeaderClassName
{
color: #69305E;
}
.AnyTagClassName
{
color: #69305E;
}
</style>
background-color css
<style>
a { background-color: #69305E; }
a { background-color: rgb(105,48,94); }
div.DivClassName
{
background-color: #69305E;
}
.BgClassName
{
background-color: #69305E;
}
</style>
border-color css
<style>
span { border-color: #69305E; }
span { border-color: rgb(105,48,94); }
td.TdClassName
{
border-color: #69305E;
}
.TagClassName
{
border-color: #69305E;
}
</style>