Shades of Palatinate Purple #6D0C58
Tints of Palatinate Purple #6D0C58
RGB
CMYK
RGB Variations
Color information
#6D0C58 (or 0x6D0C58) is known color: Palatinate Purple. HEX triplet: 6D, 0C and 58. RGB value is (109,12,88). Sum of RGB (Red+Green+Blue) = 109+12+88=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C58 is #92F3A7. Grayscale: #313131. Windows color (decimal): -9630632 or 5770349. OLE color: 5770349.
HSL color Cylindrical-coordinate representation of color #6D0C58: hue angle of 312.99º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C58 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 12 | 88 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.57 |
| HSL | 312.99º | 0.8% | 0.24% | - |
| HSV(B) | 312.99º | 0.89% | 0.43% | - |
| XYZ | 8.2 | 4.22 | 9.61 | - |
| YUV | 49.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 88 | 0 | 0.89 | 0.19 | 0.57 | 312.99 | 0.8 | 0.24 |
| Hex | 6D | C | 58 | 0 | 59 | 13 | 39 | 139 | 50 | 18 |
| Octal | 155 | 14 | 130 | 0 | 131 | 23 | 71 | 471 | 120 | 30 |
| Binary | 1101101 | 1100 | 1011000 | 0 | 1011001 | 10011 | 111001 | 100111001 | 1010000 | 11000 |
Color Harmonies of #6D0C58
Complementary color
Monochromatic Colors of #6D0C58
Black with #6D0C58
Text Example
Text Example
White with #6D0C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C58; }
p { color: rgb(109,12,88); }
H1.HeaderClassName
{
color: #6D0C58;
}
.AnyTagClassName
{
color: #6D0C58;
}
</style>
background-color css
<style>
a { background-color: #6D0C58; }
a { background-color: rgb(109,12,88); }
div.DivClassName
{
background-color: #6D0C58;
}
.BgClassName
{
background-color: #6D0C58;
}
</style>
border-color css
<style>
span { border-color: #6D0C58; }
span { border-color: rgb(109,12,88); }
td.TdClassName
{
border-color: #6D0C58;
}
.TagClassName
{
border-color: #6D0C58;
}
</style>