Shades of Palatinate Purple #69175B
Tints of Palatinate Purple #69175B
RGB
CMYK
RGB Variations
Color information
#69175B (or 0x69175B) is known color: Palatinate Purple. HEX triplet: 69, 17 and 5B. RGB value is (105,23,91). Sum of RGB (Red+Green+Blue) = 105+23+91=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69175B is #96E8A4. Grayscale: #373737. Windows color (decimal): -9889957 or 5969769. OLE color: 5969769.
HSL color Cylindrical-coordinate representation of color #69175B: hue angle of 310.24º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69175B is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 91 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.59 |
| HSL | 310.24º | 0.64% | 0.25% | - |
| HSV(B) | 310.24º | 0.78% | 0.41% | - |
| XYZ | 8.02 | 4.37 | 10.32 | - |
| YUV | 55.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 91 | 0 | 0.78 | 0.13 | 0.59 | 310.24 | 0.64 | 0.25 |
| Hex | 69 | 17 | 5B | 0 | 4E | D | 3B | 136 | 40 | 19 |
| Octal | 151 | 27 | 133 | 0 | 116 | 15 | 73 | 466 | 100 | 31 |
| Binary | 1101001 | 10111 | 1011011 | 0 | 1001110 | 1101 | 111011 | 100110110 | 1000000 | 11001 |
Color Harmonies of #69175B
Complementary color
Monochromatic Colors of #69175B
Black with #69175B
Text Example
Text Example
White with #69175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69175B; }
p { color: rgb(105,23,91); }
H1.HeaderClassName
{
color: #69175B;
}
.AnyTagClassName
{
color: #69175B;
}
</style>
background-color css
<style>
a { background-color: #69175B; }
a { background-color: rgb(105,23,91); }
div.DivClassName
{
background-color: #69175B;
}
.BgClassName
{
background-color: #69175B;
}
</style>
border-color css
<style>
span { border-color: #69175B; }
span { border-color: rgb(105,23,91); }
td.TdClassName
{
border-color: #69175B;
}
.TagClassName
{
border-color: #69175B;
}
</style>