Shades of Palatinate Purple #6D135A
Tints of Palatinate Purple #6D135A
RGB
CMYK
RGB Variations
Color information
#6D135A (or 0x6D135A) is known color: Palatinate Purple. HEX triplet: 6D, 13 and 5A. RGB value is (109,19,90). Sum of RGB (Red+Green+Blue) = 109+19+90=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D135A is #92ECA5. Grayscale: #353535. Windows color (decimal): -9628838 or 5903213. OLE color: 5903213.
HSL color Cylindrical-coordinate representation of color #6D135A: hue angle of 312.67º degrees, saturation: 0.7, 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 #6D135A is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 90 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.57 |
| HSL | 312.67º | 0.7% | 0.25% | - |
| HSV(B) | 312.67º | 0.83% | 0.43% | - |
| XYZ | 8.39 | 4.46 | 10.09 | - |
| YUV | 54 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 90 | 0 | 0.83 | 0.17 | 0.57 | 312.67 | 0.7 | 0.25 |
| Hex | 6D | 13 | 5A | 0 | 53 | 11 | 39 | 139 | 46 | 19 |
| Octal | 155 | 23 | 132 | 0 | 123 | 21 | 71 | 471 | 106 | 31 |
| Binary | 1101101 | 10011 | 1011010 | 0 | 1010011 | 10001 | 111001 | 100111001 | 1000110 | 11001 |
Color Harmonies of #6D135A
Complementary color
Monochromatic Colors of #6D135A
Black with #6D135A
Text Example
Text Example
White with #6D135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D135A; }
p { color: rgb(109,19,90); }
H1.HeaderClassName
{
color: #6D135A;
}
.AnyTagClassName
{
color: #6D135A;
}
</style>
background-color css
<style>
a { background-color: #6D135A; }
a { background-color: rgb(109,19,90); }
div.DivClassName
{
background-color: #6D135A;
}
.BgClassName
{
background-color: #6D135A;
}
</style>
border-color css
<style>
span { border-color: #6D135A; }
span { border-color: rgb(109,19,90); }
td.TdClassName
{
border-color: #6D135A;
}
.TagClassName
{
border-color: #6D135A;
}
</style>