Shades of Palatinate Purple #69335A
Tints of Palatinate Purple #69335A
RGB
CMYK
RGB Variations
Color information
#69335A (or 0x69335A) is known color: Palatinate Purple. HEX triplet: 69, 33 and 5A. RGB value is (105,51,90). Sum of RGB (Red+Green+Blue) = 105+51+90=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #69335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69335A is #96CCA5. Grayscale: #474747. Windows color (decimal): -9882790 or 5911401. OLE color: 5911401.
HSL color Cylindrical-coordinate representation of color #69335A: hue angle of 316.67º 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 #69335A is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 51 | 90 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.59 |
| HSL | 316.67º | 0.35% | 0.31% | - |
| HSV(B) | 316.67º | 0.51% | 0.41% | - |
| XYZ | 8.85 | 6.11 | 10.39 | - |
| YUV | 71.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 90 | 0 | 0.51 | 0.14 | 0.59 | 316.67 | 0.35 | 0.31 |
| Hex | 69 | 33 | 5A | 0 | 33 | E | 3B | 13D | 23 | 1F |
| Octal | 151 | 63 | 132 | 0 | 63 | 16 | 73 | 475 | 43 | 37 |
| Binary | 1101001 | 110011 | 1011010 | 0 | 110011 | 1110 | 111011 | 100111101 | 100011 | 11111 |
Color Harmonies of #69335A
Complementary color
Monochromatic Colors of #69335A
Black with #69335A
Text Example
Text Example
White with #69335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69335A; }
p { color: rgb(105,51,90); }
H1.HeaderClassName
{
color: #69335A;
}
.AnyTagClassName
{
color: #69335A;
}
</style>
background-color css
<style>
a { background-color: #69335A; }
a { background-color: rgb(105,51,90); }
div.DivClassName
{
background-color: #69335A;
}
.BgClassName
{
background-color: #69335A;
}
</style>
border-color css
<style>
span { border-color: #69335A; }
span { border-color: rgb(105,51,90); }
td.TdClassName
{
border-color: #69335A;
}
.TagClassName
{
border-color: #69335A;
}
</style>