Shades of Palatinate Purple #69365D
Tints of Palatinate Purple #69365D
RGB
CMYK
RGB Variations
Color information
#69365D (or 0x69365D) is known color: Palatinate Purple. HEX triplet: 69, 36 and 5D. RGB value is (105,54,93). Sum of RGB (Red+Green+Blue) = 105+54+93=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #69365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69365D is #96C9A2. Grayscale: #494949. Windows color (decimal): -9882019 or 6108777. OLE color: 6108777.
HSL color Cylindrical-coordinate representation of color #69365D: hue angle of 314.12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69365D is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 54 | 93 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.59 |
| HSL | 314.12º | 0.32% | 0.31% | - |
| HSV(B) | 314.12º | 0.49% | 0.41% | - |
| XYZ | 9.12 | 6.43 | 11.12 | - |
| YUV | 73.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 93 | 0 | 0.49 | 0.11 | 0.59 | 314.12 | 0.32 | 0.31 |
| Hex | 69 | 36 | 5D | 0 | 31 | B | 3B | 13A | 20 | 1F |
| Octal | 151 | 66 | 135 | 0 | 61 | 13 | 73 | 472 | 40 | 37 |
| Binary | 1101001 | 110110 | 1011101 | 0 | 110001 | 1011 | 111011 | 100111010 | 100000 | 11111 |
Color Harmonies of #69365D
Complementary color
Monochromatic Colors of #69365D
Black with #69365D
Text Example
Text Example
White with #69365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69365D; }
p { color: rgb(105,54,93); }
H1.HeaderClassName
{
color: #69365D;
}
.AnyTagClassName
{
color: #69365D;
}
</style>
background-color css
<style>
a { background-color: #69365D; }
a { background-color: rgb(105,54,93); }
div.DivClassName
{
background-color: #69365D;
}
.BgClassName
{
background-color: #69365D;
}
</style>
border-color css
<style>
span { border-color: #69365D; }
span { border-color: rgb(105,54,93); }
td.TdClassName
{
border-color: #69365D;
}
.TagClassName
{
border-color: #69365D;
}
</style>