Shades of Palatinate Purple #69175A
Tints of Palatinate Purple #69175A
RGB
CMYK
RGB Variations
Color information
#69175A (or 0x69175A) is known color: Palatinate Purple. HEX triplet: 69, 17 and 5A. RGB value is (105,23,90). Sum of RGB (Red+Green+Blue) = 105+23+90=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69175A is #96E8A5. Grayscale: #363636. Windows color (decimal): -9889958 or 5904233. OLE color: 5904233.
HSL color Cylindrical-coordinate representation of color #69175A: hue angle of 310.98º 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 #69175A is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 90 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.59 |
| HSL | 310.98º | 0.64% | 0.25% | - |
| HSV(B) | 310.98º | 0.78% | 0.41% | - |
| XYZ | 7.98 | 4.35 | 10.09 | - |
| YUV | 55.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 90 | 0 | 0.78 | 0.14 | 0.59 | 310.98 | 0.64 | 0.25 |
| Hex | 69 | 17 | 5A | 0 | 4E | E | 3B | 137 | 40 | 19 |
| Octal | 151 | 27 | 132 | 0 | 116 | 16 | 73 | 467 | 100 | 31 |
| Binary | 1101001 | 10111 | 1011010 | 0 | 1001110 | 1110 | 111011 | 100110111 | 1000000 | 11001 |
Color Harmonies of #69175A
Complementary color
Monochromatic Colors of #69175A
Black with #69175A
Text Example
Text Example
White with #69175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69175A; }
p { color: rgb(105,23,90); }
H1.HeaderClassName
{
color: #69175A;
}
.AnyTagClassName
{
color: #69175A;
}
</style>
background-color css
<style>
a { background-color: #69175A; }
a { background-color: rgb(105,23,90); }
div.DivClassName
{
background-color: #69175A;
}
.BgClassName
{
background-color: #69175A;
}
</style>
border-color css
<style>
span { border-color: #69175A; }
span { border-color: rgb(105,23,90); }
td.TdClassName
{
border-color: #69175A;
}
.TagClassName
{
border-color: #69175A;
}
</style>