Shades of Palatinate Purple #6D3059
Tints of Palatinate Purple #6D3059
RGB
CMYK
RGB Variations
Color information
#6D3059 (or 0x6D3059) is known color: Palatinate Purple. HEX triplet: 6D, 30 and 59. RGB value is (109,48,89). Sum of RGB (Red+Green+Blue) = 109+48+89=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3059 is #92CFA6. Grayscale: #464646. Windows color (decimal): -9621415 or 5845101. OLE color: 5845101.
HSL color Cylindrical-coordinate representation of color #6D3059: hue angle of 319.67º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3059 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 89 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.57 |
| HSL | 319.67º | 0.39% | 0.31% | - |
| HSV(B) | 319.67º | 0.56% | 0.43% | - |
| XYZ | 9.17 | 6.09 | 10.14 | - |
| YUV | 70.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 89 | 0 | 0.56 | 0.18 | 0.57 | 319.67 | 0.39 | 0.31 |
| Hex | 6D | 30 | 59 | 0 | 38 | 12 | 39 | 140 | 27 | 1F |
| Octal | 155 | 60 | 131 | 0 | 70 | 22 | 71 | 500 | 47 | 37 |
| Binary | 1101101 | 110000 | 1011001 | 0 | 111000 | 10010 | 111001 | 101000000 | 100111 | 11111 |
Color Harmonies of #6D3059
Complementary color
Monochromatic Colors of #6D3059
Black with #6D3059
Text Example
Text Example
White with #6D3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3059; }
p { color: rgb(109,48,89); }
H1.HeaderClassName
{
color: #6D3059;
}
.AnyTagClassName
{
color: #6D3059;
}
</style>
background-color css
<style>
a { background-color: #6D3059; }
a { background-color: rgb(109,48,89); }
div.DivClassName
{
background-color: #6D3059;
}
.BgClassName
{
background-color: #6D3059;
}
</style>
border-color css
<style>
span { border-color: #6D3059; }
span { border-color: rgb(109,48,89); }
td.TdClassName
{
border-color: #6D3059;
}
.TagClassName
{
border-color: #6D3059;
}
</style>