Shades of Palatinate Purple #6D045C
Tints of Palatinate Purple #6D045C
RGB
CMYK
RGB Variations
Color information
#6D045C (or 0x6D045C) is known color: Palatinate Purple. HEX triplet: 6D, 04 and 5C. RGB value is (109,4,92). Sum of RGB (Red+Green+Blue) = 109+4+92=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D045C is #92FBA3. Grayscale: #2D2D2D. Windows color (decimal): -9632676 or 6030445. OLE color: 6030445.
HSL color Cylindrical-coordinate representation of color #6D045C: hue angle of 309.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D045C is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 92 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.57 |
| HSL | 309.71º | 0.93% | 0.22% | - |
| HSV(B) | 309.71º | 0.96% | 0.43% | - |
| XYZ | 8.28 | 4.11 | 10.48 | - |
| YUV | 45.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 92 | 0 | 0.96 | 0.16 | 0.57 | 309.71 | 0.93 | 0.22 |
| Hex | 6D | 4 | 5C | 0 | 60 | 10 | 39 | 136 | 5D | 16 |
| Octal | 155 | 4 | 134 | 0 | 140 | 20 | 71 | 466 | 135 | 26 |
| Binary | 1101101 | 100 | 1011100 | 0 | 1100000 | 10000 | 111001 | 100110110 | 1011101 | 10110 |
Color Harmonies of #6D045C
Complementary color
Monochromatic Colors of #6D045C
Black with #6D045C
Text Example
Text Example
White with #6D045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D045C; }
p { color: rgb(109,4,92); }
H1.HeaderClassName
{
color: #6D045C;
}
.AnyTagClassName
{
color: #6D045C;
}
</style>
background-color css
<style>
a { background-color: #6D045C; }
a { background-color: rgb(109,4,92); }
div.DivClassName
{
background-color: #6D045C;
}
.BgClassName
{
background-color: #6D045C;
}
</style>
border-color css
<style>
span { border-color: #6D045C; }
span { border-color: rgb(109,4,92); }
td.TdClassName
{
border-color: #6D045C;
}
.TagClassName
{
border-color: #6D045C;
}
</style>