Shades of Palatinate Purple #69155B
Tints of Palatinate Purple #69155B
RGB
CMYK
RGB Variations
Color information
#69155B (or 0x69155B) is known color: Palatinate Purple. HEX triplet: 69, 15 and 5B. RGB value is (105,21,91). Sum of RGB (Red+Green+Blue) = 105+21+91=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #69155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69155B is #96EAA4. Grayscale: #353535. Windows color (decimal): -9890469 or 5969257. OLE color: 5969257.
HSL color Cylindrical-coordinate representation of color #69155B: hue angle of 310º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69155B is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 21 | 91 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.59 |
| HSL | 310º | 0.67% | 0.25% | - |
| HSV(B) | 310º | 0.8% | 0.41% | - |
| XYZ | 7.98 | 4.29 | 10.31 | - |
| YUV | 54.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 91 | 0 | 0.80 | 0.13 | 0.59 | 310 | 0.67 | 0.25 |
| Hex | 69 | 15 | 5B | 0 | 50 | D | 3B | 136 | 43 | 19 |
| Octal | 151 | 25 | 133 | 0 | 120 | 15 | 73 | 466 | 103 | 31 |
| Binary | 1101001 | 10101 | 1011011 | 0 | 1010000 | 1101 | 111011 | 100110110 | 1000011 | 11001 |
Color Harmonies of #69155B
Complementary color
Monochromatic Colors of #69155B
Black with #69155B
Text Example
Text Example
White with #69155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69155B; }
p { color: rgb(105,21,91); }
H1.HeaderClassName
{
color: #69155B;
}
.AnyTagClassName
{
color: #69155B;
}
</style>
background-color css
<style>
a { background-color: #69155B; }
a { background-color: rgb(105,21,91); }
div.DivClassName
{
background-color: #69155B;
}
.BgClassName
{
background-color: #69155B;
}
</style>
border-color css
<style>
span { border-color: #69155B; }
span { border-color: rgb(105,21,91); }
td.TdClassName
{
border-color: #69155B;
}
.TagClassName
{
border-color: #69155B;
}
</style>