Shades of Palatinate Purple #69186D
Tints of Palatinate Purple #69186D
RGB
CMYK
RGB Variations
Color information
#69186D (or 0x69186D) is known color: Palatinate Purple. HEX triplet: 69, 18 and 6D. RGB value is (105,24,109). Sum of RGB (Red+Green+Blue) = 105+24+109=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #69186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69186D is #96E792. Grayscale: #393939. Windows color (decimal): -9889683 or 7149673. OLE color: 7149673.
HSL color Cylindrical-coordinate representation of color #69186D: hue angle of 297.18º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69186D is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 24 | 109 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.57 |
| HSL | 297.18º | 0.64% | 0.26% | - |
| HSV(B) | 297.18º | 0.78% | 0.43% | - |
| XYZ | 8.91 | 4.76 | 14.92 | - |
| YUV | 57.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 109 | 0.04 | 0.78 | 0 | 0.57 | 297.18 | 0.64 | 0.26 |
| Hex | 69 | 18 | 6D | 4 | 4E | 0 | 39 | 129 | 40 | 1A |
| Octal | 151 | 30 | 155 | 4 | 116 | 0 | 71 | 451 | 100 | 32 |
| Binary | 1101001 | 11000 | 1101101 | 100 | 1001110 | 0 | 111001 | 100101001 | 1000000 | 11010 |
Color Harmonies of #69186D
Complementary color
Monochromatic Colors of #69186D
Black with #69186D
Text Example
Text Example
White with #69186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69186D; }
p { color: rgb(105,24,109); }
H1.HeaderClassName
{
color: #69186D;
}
.AnyTagClassName
{
color: #69186D;
}
</style>
background-color css
<style>
a { background-color: #69186D; }
a { background-color: rgb(105,24,109); }
div.DivClassName
{
background-color: #69186D;
}
.BgClassName
{
background-color: #69186D;
}
</style>
border-color css
<style>
span { border-color: #69186D; }
span { border-color: rgb(105,24,109); }
td.TdClassName
{
border-color: #69186D;
}
.TagClassName
{
border-color: #69186D;
}
</style>