Shades of Palatinate Purple #69335E
Tints of Palatinate Purple #69335E
RGB
CMYK
RGB Variations
Color information
#69335E (or 0x69335E) is known color: Palatinate Purple. HEX triplet: 69, 33 and 5E. RGB value is (105,51,94). Sum of RGB (Red+Green+Blue) = 105+51+94=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #69335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69335E is #96CCA1. Grayscale: #474747. Windows color (decimal): -9882786 or 6173545. OLE color: 6173545.
HSL color Cylindrical-coordinate representation of color #69335E: hue angle of 312.22º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69335E is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 51 | 94 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.59 |
| HSL | 312.22º | 0.35% | 0.31% | - |
| HSV(B) | 312.22º | 0.51% | 0.41% | - |
| XYZ | 9.03 | 6.18 | 11.31 | - |
| YUV | 72.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 94 | 0 | 0.51 | 0.10 | 0.59 | 312.22 | 0.35 | 0.31 |
| Hex | 69 | 33 | 5E | 0 | 33 | A | 3B | 138 | 23 | 1F |
| Octal | 151 | 63 | 136 | 0 | 63 | 12 | 73 | 470 | 43 | 37 |
| Binary | 1101001 | 110011 | 1011110 | 0 | 110011 | 1010 | 111011 | 100111000 | 100011 | 11111 |
Color Harmonies of #69335E
Complementary color
Monochromatic Colors of #69335E
Black with #69335E
Text Example
Text Example
White with #69335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69335E; }
p { color: rgb(105,51,94); }
H1.HeaderClassName
{
color: #69335E;
}
.AnyTagClassName
{
color: #69335E;
}
</style>
background-color css
<style>
a { background-color: #69335E; }
a { background-color: rgb(105,51,94); }
div.DivClassName
{
background-color: #69335E;
}
.BgClassName
{
background-color: #69335E;
}
</style>
border-color css
<style>
span { border-color: #69335E; }
span { border-color: rgb(105,51,94); }
td.TdClassName
{
border-color: #69335E;
}
.TagClassName
{
border-color: #69335E;
}
</style>