Shades of Palatinate Purple #69325D
Tints of Palatinate Purple #69325D
RGB
CMYK
RGB Variations
Color information
#69325D (or 0x69325D) is known color: Palatinate Purple. HEX triplet: 69, 32 and 5D. RGB value is (105,50,93). Sum of RGB (Red+Green+Blue) = 105+50+93=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #69325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69325D is #96CDA2. Grayscale: #474747. Windows color (decimal): -9883043 or 6107753. OLE color: 6107753.
HSL color Cylindrical-coordinate representation of color #69325D: hue angle of 313.09º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69325D is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 93 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.59 |
| HSL | 313.09º | 0.35% | 0.3% | - |
| HSV(B) | 313.09º | 0.52% | 0.41% | - |
| XYZ | 8.94 | 6.07 | 11.06 | - |
| YUV | 71.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 93 | 0 | 0.52 | 0.11 | 0.59 | 313.09 | 0.35 | 0.3 |
| Hex | 69 | 32 | 5D | 0 | 34 | B | 3B | 139 | 23 | 1E |
| Octal | 151 | 62 | 135 | 0 | 64 | 13 | 73 | 471 | 43 | 36 |
| Binary | 1101001 | 110010 | 1011101 | 0 | 110100 | 1011 | 111011 | 100111001 | 100011 | 11110 |
Color Harmonies of #69325D
Complementary color
Monochromatic Colors of #69325D
Black with #69325D
Text Example
Text Example
White with #69325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69325D; }
p { color: rgb(105,50,93); }
H1.HeaderClassName
{
color: #69325D;
}
.AnyTagClassName
{
color: #69325D;
}
</style>
background-color css
<style>
a { background-color: #69325D; }
a { background-color: rgb(105,50,93); }
div.DivClassName
{
background-color: #69325D;
}
.BgClassName
{
background-color: #69325D;
}
</style>
border-color css
<style>
span { border-color: #69325D; }
span { border-color: rgb(105,50,93); }
td.TdClassName
{
border-color: #69325D;
}
.TagClassName
{
border-color: #69325D;
}
</style>