Shades of Palatinate Purple #69235E
Tints of Palatinate Purple #69235E
RGB
CMYK
RGB Variations
Color information
#69235E (or 0x69235E) is known color: Palatinate Purple. HEX triplet: 69, 23 and 5E. RGB value is (105,35,94). Sum of RGB (Red+Green+Blue) = 105+35+94=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #69235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69235E is #96DCA1. Grayscale: #3E3E3E. Windows color (decimal): -9886882 or 6169449. OLE color: 6169449.
HSL color Cylindrical-coordinate representation of color #69235E: hue angle of 309.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69235E is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 35 | 94 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.59 |
| HSL | 309.43º | 0.5% | 0.27% | - |
| HSV(B) | 309.43º | 0.67% | 0.41% | - |
| XYZ | 8.45 | 5.01 | 11.11 | - |
| YUV | 62.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 94 | 0 | 0.67 | 0.10 | 0.59 | 309.43 | 0.5 | 0.27 |
| Hex | 69 | 23 | 5E | 0 | 43 | A | 3B | 135 | 32 | 1B |
| Octal | 151 | 43 | 136 | 0 | 103 | 12 | 73 | 465 | 62 | 33 |
| Binary | 1101001 | 100011 | 1011110 | 0 | 1000011 | 1010 | 111011 | 100110101 | 110010 | 11011 |
Color Harmonies of #69235E
Complementary color
Monochromatic Colors of #69235E
Black with #69235E
Text Example
Text Example
White with #69235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69235E; }
p { color: rgb(105,35,94); }
H1.HeaderClassName
{
color: #69235E;
}
.AnyTagClassName
{
color: #69235E;
}
</style>
background-color css
<style>
a { background-color: #69235E; }
a { background-color: rgb(105,35,94); }
div.DivClassName
{
background-color: #69235E;
}
.BgClassName
{
background-color: #69235E;
}
</style>
border-color css
<style>
span { border-color: #69235E; }
span { border-color: rgb(105,35,94); }
td.TdClassName
{
border-color: #69235E;
}
.TagClassName
{
border-color: #69235E;
}
</style>