Shades of Palatinate Purple #6D1C5C
Tints of Palatinate Purple #6D1C5C
RGB
CMYK
RGB Variations
Color information
#6D1C5C (or 0x6D1C5C) is known color: Palatinate Purple. HEX triplet: 6D, 1C and 5C. RGB value is (109,28,92). Sum of RGB (Red+Green+Blue) = 109+28+92=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1C5C is #92E3A3. Grayscale: #3B3B3B. Windows color (decimal): -9626532 or 6036589. OLE color: 6036589.
HSL color Cylindrical-coordinate representation of color #6D1C5C: hue angle of 312.59º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C5C is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 92 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.57 |
| HSL | 312.59º | 0.59% | 0.27% | - |
| HSV(B) | 312.59º | 0.74% | 0.43% | - |
| XYZ | 8.65 | 4.85 | 10.61 | - |
| YUV | 59.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 92 | 0 | 0.74 | 0.16 | 0.57 | 312.59 | 0.59 | 0.27 |
| Hex | 6D | 1C | 5C | 0 | 4A | 10 | 39 | 139 | 3B | 1B |
| Octal | 155 | 34 | 134 | 0 | 112 | 20 | 71 | 471 | 73 | 33 |
| Binary | 1101101 | 11100 | 1011100 | 0 | 1001010 | 10000 | 111001 | 100111001 | 111011 | 11011 |
Color Harmonies of #6D1C5C
Complementary color
Monochromatic Colors of #6D1C5C
Black with #6D1C5C
Text Example
Text Example
White with #6D1C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C5C; }
p { color: rgb(109,28,92); }
H1.HeaderClassName
{
color: #6D1C5C;
}
.AnyTagClassName
{
color: #6D1C5C;
}
</style>
background-color css
<style>
a { background-color: #6D1C5C; }
a { background-color: rgb(109,28,92); }
div.DivClassName
{
background-color: #6D1C5C;
}
.BgClassName
{
background-color: #6D1C5C;
}
</style>
border-color css
<style>
span { border-color: #6D1C5C; }
span { border-color: rgb(109,28,92); }
td.TdClassName
{
border-color: #6D1C5C;
}
.TagClassName
{
border-color: #6D1C5C;
}
</style>