Shades of Palatinate Purple #69185C
Tints of Palatinate Purple #69185C
RGB
CMYK
RGB Variations
Color information
#69185C (or 0x69185C) is known color: Palatinate Purple. HEX triplet: 69, 18 and 5C. RGB value is (105,24,92). Sum of RGB (Red+Green+Blue) = 105+24+92=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #69185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69185C is #96E7A3. Grayscale: #373737. Windows color (decimal): -9889700 or 6035561. OLE color: 6035561.
HSL color Cylindrical-coordinate representation of color #69185C: hue angle of 309.63º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69185C is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 24 | 92 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.59 |
| HSL | 309.63º | 0.63% | 0.25% | - |
| HSV(B) | 309.63º | 0.77% | 0.41% | - |
| XYZ | 8.08 | 4.43 | 10.55 | - |
| YUV | 55.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 92 | 0 | 0.77 | 0.12 | 0.59 | 309.63 | 0.63 | 0.25 |
| Hex | 69 | 18 | 5C | 0 | 4D | C | 3B | 136 | 3F | 19 |
| Octal | 151 | 30 | 134 | 0 | 115 | 14 | 73 | 466 | 77 | 31 |
| Binary | 1101001 | 11000 | 1011100 | 0 | 1001101 | 1100 | 111011 | 100110110 | 111111 | 11001 |
Color Harmonies of #69185C
Complementary color
Monochromatic Colors of #69185C
Black with #69185C
Text Example
Text Example
White with #69185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69185C; }
p { color: rgb(105,24,92); }
H1.HeaderClassName
{
color: #69185C;
}
.AnyTagClassName
{
color: #69185C;
}
</style>
background-color css
<style>
a { background-color: #69185C; }
a { background-color: rgb(105,24,92); }
div.DivClassName
{
background-color: #69185C;
}
.BgClassName
{
background-color: #69185C;
}
</style>
border-color css
<style>
span { border-color: #69185C; }
span { border-color: rgb(105,24,92); }
td.TdClassName
{
border-color: #69185C;
}
.TagClassName
{
border-color: #69185C;
}
</style>