Shades of Palatinate Purple #69325F
Tints of Palatinate Purple #69325F
RGB
CMYK
RGB Variations
Color information
#69325F (or 0x69325F) is known color: Palatinate Purple. HEX triplet: 69, 32 and 5F. RGB value is (105,50,95). Sum of RGB (Red+Green+Blue) = 105+50+95=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #69325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69325F is #96CDA0. Grayscale: #474747. Windows color (decimal): -9883041 or 6238825. OLE color: 6238825.
HSL color Cylindrical-coordinate representation of color #69325F: hue angle of 310.91º 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 #69325F is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 95 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.59 |
| HSL | 310.91º | 0.35% | 0.3% | - |
| HSV(B) | 310.91º | 0.52% | 0.41% | - |
| XYZ | 9.03 | 6.11 | 11.53 | - |
| YUV | 71.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 95 | 0 | 0.52 | 0.10 | 0.59 | 310.91 | 0.35 | 0.3 |
| Hex | 69 | 32 | 5F | 0 | 34 | A | 3B | 137 | 23 | 1E |
| Octal | 151 | 62 | 137 | 0 | 64 | 12 | 73 | 467 | 43 | 36 |
| Binary | 1101001 | 110010 | 1011111 | 0 | 110100 | 1010 | 111011 | 100110111 | 100011 | 11110 |
Color Harmonies of #69325F
Complementary color
Monochromatic Colors of #69325F
Black with #69325F
Text Example
Text Example
White with #69325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69325F; }
p { color: rgb(105,50,95); }
H1.HeaderClassName
{
color: #69325F;
}
.AnyTagClassName
{
color: #69325F;
}
</style>
background-color css
<style>
a { background-color: #69325F; }
a { background-color: rgb(105,50,95); }
div.DivClassName
{
background-color: #69325F;
}
.BgClassName
{
background-color: #69325F;
}
</style>
border-color css
<style>
span { border-color: #69325F; }
span { border-color: rgb(105,50,95); }
td.TdClassName
{
border-color: #69325F;
}
.TagClassName
{
border-color: #69325F;
}
</style>