Shades of Palatinate Purple #69365B
Tints of Palatinate Purple #69365B
RGB
CMYK
RGB Variations
Color information
#69365B (or 0x69365B) is known color: Palatinate Purple. HEX triplet: 69, 36 and 5B. RGB value is (105,54,91). Sum of RGB (Red+Green+Blue) = 105+54+91=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #69365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69365B is #96C9A4. Grayscale: #494949. Windows color (decimal): -9882021 or 5977705. OLE color: 5977705.
HSL color Cylindrical-coordinate representation of color #69365B: hue angle of 316.47º 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 #69365B is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 54 | 91 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.59 |
| HSL | 316.47º | 0.32% | 0.31% | - |
| HSV(B) | 316.47º | 0.49% | 0.41% | - |
| XYZ | 9.03 | 6.4 | 10.66 | - |
| YUV | 73.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 91 | 0 | 0.49 | 0.13 | 0.59 | 316.47 | 0.32 | 0.31 |
| Hex | 69 | 36 | 5B | 0 | 31 | D | 3B | 13C | 20 | 1F |
| Octal | 151 | 66 | 133 | 0 | 61 | 15 | 73 | 474 | 40 | 37 |
| Binary | 1101001 | 110110 | 1011011 | 0 | 110001 | 1101 | 111011 | 100111100 | 100000 | 11111 |
Color Harmonies of #69365B
Complementary color
Monochromatic Colors of #69365B
Black with #69365B
Text Example
Text Example
White with #69365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69365B; }
p { color: rgb(105,54,91); }
H1.HeaderClassName
{
color: #69365B;
}
.AnyTagClassName
{
color: #69365B;
}
</style>
background-color css
<style>
a { background-color: #69365B; }
a { background-color: rgb(105,54,91); }
div.DivClassName
{
background-color: #69365B;
}
.BgClassName
{
background-color: #69365B;
}
</style>
border-color css
<style>
span { border-color: #69365B; }
span { border-color: rgb(105,54,91); }
td.TdClassName
{
border-color: #69365B;
}
.TagClassName
{
border-color: #69365B;
}
</style>