Shades of Palatinate Purple #6D126A
Tints of Palatinate Purple #6D126A
RGB
CMYK
RGB Variations
Color information
#6D126A (or 0x6D126A) is known color: Palatinate Purple. HEX triplet: 6D, 12 and 6A. RGB value is (109,18,106). Sum of RGB (Red+Green+Blue) = 109+18+106=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D126A is #92ED95. Grayscale: #363636. Windows color (decimal): -9629078 or 6951533. OLE color: 6951533.
HSL color Cylindrical-coordinate representation of color #6D126A: hue angle of 301.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D126A is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 106 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.57 |
| HSL | 301.98º | 0.72% | 0.25% | - |
| HSV(B) | 301.98º | 0.83% | 0.43% | - |
| XYZ | 9.12 | 4.72 | 14.07 | - |
| YUV | 55.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 106 | 0 | 0.83 | 0.03 | 0.57 | 301.98 | 0.72 | 0.25 |
| Hex | 6D | 12 | 6A | 0 | 53 | 3 | 39 | 12E | 48 | 19 |
| Octal | 155 | 22 | 152 | 0 | 123 | 3 | 71 | 456 | 110 | 31 |
| Binary | 1101101 | 10010 | 1101010 | 0 | 1010011 | 11 | 111001 | 100101110 | 1001000 | 11001 |
Color Harmonies of #6D126A
Complementary color
Monochromatic Colors of #6D126A
Black with #6D126A
Text Example
Text Example
White with #6D126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D126A; }
p { color: rgb(109,18,106); }
H1.HeaderClassName
{
color: #6D126A;
}
.AnyTagClassName
{
color: #6D126A;
}
</style>
background-color css
<style>
a { background-color: #6D126A; }
a { background-color: rgb(109,18,106); }
div.DivClassName
{
background-color: #6D126A;
}
.BgClassName
{
background-color: #6D126A;
}
</style>
border-color css
<style>
span { border-color: #6D126A; }
span { border-color: rgb(109,18,106); }
td.TdClassName
{
border-color: #6D126A;
}
.TagClassName
{
border-color: #6D126A;
}
</style>