Shades of Palatinate Purple #6D155A
Tints of Palatinate Purple #6D155A
RGB
CMYK
RGB Variations
Color information
#6D155A (or 0x6D155A) is known color: Palatinate Purple. HEX triplet: 6D, 15 and 5A. RGB value is (109,21,90). Sum of RGB (Red+Green+Blue) = 109+21+90=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D155A is #92EAA5. Grayscale: #363636. Windows color (decimal): -9628326 or 5903725. OLE color: 5903725.
HSL color Cylindrical-coordinate representation of color #6D155A: hue angle of 312.95º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D155A is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 90 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.57 |
| HSL | 312.95º | 0.68% | 0.25% | - |
| HSV(B) | 312.95º | 0.81% | 0.43% | - |
| XYZ | 8.42 | 4.53 | 10.1 | - |
| YUV | 55.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 90 | 0 | 0.81 | 0.17 | 0.57 | 312.95 | 0.68 | 0.25 |
| Hex | 6D | 15 | 5A | 0 | 51 | 11 | 39 | 139 | 44 | 19 |
| Octal | 155 | 25 | 132 | 0 | 121 | 21 | 71 | 471 | 104 | 31 |
| Binary | 1101101 | 10101 | 1011010 | 0 | 1010001 | 10001 | 111001 | 100111001 | 1000100 | 11001 |
Color Harmonies of #6D155A
Complementary color
Monochromatic Colors of #6D155A
Black with #6D155A
Text Example
Text Example
White with #6D155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D155A; }
p { color: rgb(109,21,90); }
H1.HeaderClassName
{
color: #6D155A;
}
.AnyTagClassName
{
color: #6D155A;
}
</style>
background-color css
<style>
a { background-color: #6D155A; }
a { background-color: rgb(109,21,90); }
div.DivClassName
{
background-color: #6D155A;
}
.BgClassName
{
background-color: #6D155A;
}
</style>
border-color css
<style>
span { border-color: #6D155A; }
span { border-color: rgb(109,21,90); }
td.TdClassName
{
border-color: #6D155A;
}
.TagClassName
{
border-color: #6D155A;
}
</style>