Shades of Palatinate Purple #69175C
Tints of Palatinate Purple #69175C
RGB
CMYK
RGB Variations
Color information
#69175C (or 0x69175C) is known color: Palatinate Purple. HEX triplet: 69, 17 and 5C. RGB value is (105,23,92). Sum of RGB (Red+Green+Blue) = 105+23+92=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69175C is #96E8A3. Grayscale: #373737. Windows color (decimal): -9889956 or 6035305. OLE color: 6035305.
HSL color Cylindrical-coordinate representation of color #69175C: hue angle of 309.51º 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 #69175C is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 92 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.59 |
| HSL | 309.51º | 0.64% | 0.25% | - |
| HSV(B) | 309.51º | 0.78% | 0.41% | - |
| XYZ | 8.06 | 4.39 | 10.55 | - |
| YUV | 55.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 92 | 0 | 0.78 | 0.12 | 0.59 | 309.51 | 0.64 | 0.25 |
| Hex | 69 | 17 | 5C | 0 | 4E | C | 3B | 136 | 40 | 19 |
| Octal | 151 | 27 | 134 | 0 | 116 | 14 | 73 | 466 | 100 | 31 |
| Binary | 1101001 | 10111 | 1011100 | 0 | 1001110 | 1100 | 111011 | 100110110 | 1000000 | 11001 |
Color Harmonies of #69175C
Complementary color
Monochromatic Colors of #69175C
Black with #69175C
Text Example
Text Example
White with #69175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69175C; }
p { color: rgb(105,23,92); }
H1.HeaderClassName
{
color: #69175C;
}
.AnyTagClassName
{
color: #69175C;
}
</style>
background-color css
<style>
a { background-color: #69175C; }
a { background-color: rgb(105,23,92); }
div.DivClassName
{
background-color: #69175C;
}
.BgClassName
{
background-color: #69175C;
}
</style>
border-color css
<style>
span { border-color: #69175C; }
span { border-color: rgb(105,23,92); }
td.TdClassName
{
border-color: #69175C;
}
.TagClassName
{
border-color: #69175C;
}
</style>