Shades of Palatinate Purple #6D0958
Tints of Palatinate Purple #6D0958
RGB
CMYK
RGB Variations
Color information
#6D0958 (or 0x6D0958) is known color: Palatinate Purple. HEX triplet: 6D, 09 and 58. RGB value is (109,9,88). Sum of RGB (Red+Green+Blue) = 109+9+88=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0958 is #92F6A7. Grayscale: #2F2F2F. Windows color (decimal): -9631400 or 5769581. OLE color: 5769581.
HSL color Cylindrical-coordinate representation of color #6D0958: hue angle of 312.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0958 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 88 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.57 |
| HSL | 312.6º | 0.85% | 0.23% | - |
| HSV(B) | 312.6º | 0.92% | 0.43% | - |
| XYZ | 8.17 | 4.15 | 9.6 | - |
| YUV | 47.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 88 | 0 | 0.92 | 0.19 | 0.57 | 312.6 | 0.85 | 0.23 |
| Hex | 6D | 9 | 58 | 0 | 5C | 13 | 39 | 139 | 55 | 17 |
| Octal | 155 | 11 | 130 | 0 | 134 | 23 | 71 | 471 | 125 | 27 |
| Binary | 1101101 | 1001 | 1011000 | 0 | 1011100 | 10011 | 111001 | 100111001 | 1010101 | 10111 |
Color Harmonies of #6D0958
Complementary color
Monochromatic Colors of #6D0958
Black with #6D0958
Text Example
Text Example
White with #6D0958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0958; }
p { color: rgb(109,9,88); }
H1.HeaderClassName
{
color: #6D0958;
}
.AnyTagClassName
{
color: #6D0958;
}
</style>
background-color css
<style>
a { background-color: #6D0958; }
a { background-color: rgb(109,9,88); }
div.DivClassName
{
background-color: #6D0958;
}
.BgClassName
{
background-color: #6D0958;
}
</style>
border-color css
<style>
span { border-color: #6D0958; }
span { border-color: rgb(109,9,88); }
td.TdClassName
{
border-color: #6D0958;
}
.TagClassName
{
border-color: #6D0958;
}
</style>