Shades of Palatinate Purple #69355E
Tints of Palatinate Purple #69355E
RGB
CMYK
RGB Variations
Color information
#69355E (or 0x69355E) is known color: Palatinate Purple. HEX triplet: 69, 35 and 5E. RGB value is (105,53,94). Sum of RGB (Red+Green+Blue) = 105+53+94=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #69355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69355E is #96CAA1. Grayscale: #494949. Windows color (decimal): -9882274 or 6174057. OLE color: 6174057.
HSL color Cylindrical-coordinate representation of color #69355E: hue angle of 312.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69355E is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 53 | 94 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.59 |
| HSL | 312.69º | 0.33% | 0.31% | - |
| HSV(B) | 312.69º | 0.5% | 0.41% | - |
| XYZ | 9.12 | 6.36 | 11.34 | - |
| YUV | 73.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 94 | 0 | 0.50 | 0.10 | 0.59 | 312.69 | 0.33 | 0.31 |
| Hex | 69 | 35 | 5E | 0 | 32 | A | 3B | 139 | 21 | 1F |
| Octal | 151 | 65 | 136 | 0 | 62 | 12 | 73 | 471 | 41 | 37 |
| Binary | 1101001 | 110101 | 1011110 | 0 | 110010 | 1010 | 111011 | 100111001 | 100001 | 11111 |
Color Harmonies of #69355E
Complementary color
Monochromatic Colors of #69355E
Black with #69355E
Text Example
Text Example
White with #69355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69355E; }
p { color: rgb(105,53,94); }
H1.HeaderClassName
{
color: #69355E;
}
.AnyTagClassName
{
color: #69355E;
}
</style>
background-color css
<style>
a { background-color: #69355E; }
a { background-color: rgb(105,53,94); }
div.DivClassName
{
background-color: #69355E;
}
.BgClassName
{
background-color: #69355E;
}
</style>
border-color css
<style>
span { border-color: #69355E; }
span { border-color: rgb(105,53,94); }
td.TdClassName
{
border-color: #69355E;
}
.TagClassName
{
border-color: #69355E;
}
</style>