Shades of Palatinate Purple #6D185E
Tints of Palatinate Purple #6D185E
RGB
CMYK
RGB Variations
Color information
#6D185E (or 0x6D185E) is known color: Palatinate Purple. HEX triplet: 6D, 18 and 5E. RGB value is (109,24,94). Sum of RGB (Red+Green+Blue) = 109+24+94=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D185E is #92E7A1. Grayscale: #393939. Windows color (decimal): -9627554 or 6166637. OLE color: 6166637.
HSL color Cylindrical-coordinate representation of color #6D185E: hue angle of 310.59º 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 #6D185E is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 94 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.57 |
| HSL | 310.59º | 0.64% | 0.26% | - |
| HSV(B) | 310.59º | 0.78% | 0.43% | - |
| XYZ | 8.65 | 4.71 | 11.04 | - |
| YUV | 57.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 94 | 0 | 0.78 | 0.14 | 0.57 | 310.59 | 0.64 | 0.26 |
| Hex | 6D | 18 | 5E | 0 | 4E | E | 39 | 137 | 40 | 1A |
| Octal | 155 | 30 | 136 | 0 | 116 | 16 | 71 | 467 | 100 | 32 |
| Binary | 1101101 | 11000 | 1011110 | 0 | 1001110 | 1110 | 111001 | 100110111 | 1000000 | 11010 |
Color Harmonies of #6D185E
Complementary color
Monochromatic Colors of #6D185E
Black with #6D185E
Text Example
Text Example
White with #6D185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D185E; }
p { color: rgb(109,24,94); }
H1.HeaderClassName
{
color: #6D185E;
}
.AnyTagClassName
{
color: #6D185E;
}
</style>
background-color css
<style>
a { background-color: #6D185E; }
a { background-color: rgb(109,24,94); }
div.DivClassName
{
background-color: #6D185E;
}
.BgClassName
{
background-color: #6D185E;
}
</style>
border-color css
<style>
span { border-color: #6D185E; }
span { border-color: rgb(109,24,94); }
td.TdClassName
{
border-color: #6D185E;
}
.TagClassName
{
border-color: #6D185E;
}
</style>