Shades of Palatinate Purple #69335D
Tints of Palatinate Purple #69335D
RGB
CMYK
RGB Variations
Color information
#69335D (or 0x69335D) is known color: Palatinate Purple. HEX triplet: 69, 33 and 5D. RGB value is (105,51,93). Sum of RGB (Red+Green+Blue) = 105+51+93=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #69335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69335D is #96CCA2. Grayscale: #474747. Windows color (decimal): -9882787 or 6108009. OLE color: 6108009.
HSL color Cylindrical-coordinate representation of color #69335D: hue angle of 313.33º 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 #69335D is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 51 | 93 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.59 |
| HSL | 313.33º | 0.35% | 0.31% | - |
| HSV(B) | 313.33º | 0.51% | 0.41% | - |
| XYZ | 8.99 | 6.16 | 11.07 | - |
| YUV | 71.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 93 | 0 | 0.51 | 0.11 | 0.59 | 313.33 | 0.35 | 0.31 |
| Hex | 69 | 33 | 5D | 0 | 33 | B | 3B | 139 | 23 | 1F |
| Octal | 151 | 63 | 135 | 0 | 63 | 13 | 73 | 471 | 43 | 37 |
| Binary | 1101001 | 110011 | 1011101 | 0 | 110011 | 1011 | 111011 | 100111001 | 100011 | 11111 |
Color Harmonies of #69335D
Complementary color
Monochromatic Colors of #69335D
Black with #69335D
Text Example
Text Example
White with #69335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69335D; }
p { color: rgb(105,51,93); }
H1.HeaderClassName
{
color: #69335D;
}
.AnyTagClassName
{
color: #69335D;
}
</style>
background-color css
<style>
a { background-color: #69335D; }
a { background-color: rgb(105,51,93); }
div.DivClassName
{
background-color: #69335D;
}
.BgClassName
{
background-color: #69335D;
}
</style>
border-color css
<style>
span { border-color: #69335D; }
span { border-color: rgb(105,51,93); }
td.TdClassName
{
border-color: #69335D;
}
.TagClassName
{
border-color: #69335D;
}
</style>