Shades of Palatinate Purple #69186B
Tints of Palatinate Purple #69186B
RGB
CMYK
RGB Variations
Color information
#69186B (or 0x69186B) is known color: Palatinate Purple. HEX triplet: 69, 18 and 6B. RGB value is (105,24,107). Sum of RGB (Red+Green+Blue) = 105+24+107=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #69186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69186B is #96E794. Grayscale: #393939. Windows color (decimal): -9889685 or 7018601. OLE color: 7018601.
HSL color Cylindrical-coordinate representation of color #69186B: hue angle of 298.55º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69186B is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 24 | 107 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.58 |
| HSL | 298.55º | 0.63% | 0.26% | - |
| HSV(B) | 298.55º | 0.78% | 0.42% | - |
| XYZ | 8.81 | 4.72 | 14.36 | - |
| YUV | 57.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 107 | 0.02 | 0.78 | 0 | 0.58 | 298.55 | 0.63 | 0.26 |
| Hex | 69 | 18 | 6B | 2 | 4E | 0 | 3A | 12B | 3F | 1A |
| Octal | 151 | 30 | 153 | 2 | 116 | 0 | 72 | 453 | 77 | 32 |
| Binary | 1101001 | 11000 | 1101011 | 10 | 1001110 | 0 | 111010 | 100101011 | 111111 | 11010 |
Color Harmonies of #69186B
Complementary color
Monochromatic Colors of #69186B
Black with #69186B
Text Example
Text Example
White with #69186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69186B; }
p { color: rgb(105,24,107); }
H1.HeaderClassName
{
color: #69186B;
}
.AnyTagClassName
{
color: #69186B;
}
</style>
background-color css
<style>
a { background-color: #69186B; }
a { background-color: rgb(105,24,107); }
div.DivClassName
{
background-color: #69186B;
}
.BgClassName
{
background-color: #69186B;
}
</style>
border-color css
<style>
span { border-color: #69186B; }
span { border-color: rgb(105,24,107); }
td.TdClassName
{
border-color: #69186B;
}
.TagClassName
{
border-color: #69186B;
}
</style>