Shades of Palatinate Purple #6D305E
Tints of Palatinate Purple #6D305E
RGB
CMYK
RGB Variations
Color information
#6D305E (or 0x6D305E) is known color: Palatinate Purple. HEX triplet: 6D, 30 and 5E. RGB value is (109,48,94). Sum of RGB (Red+Green+Blue) = 109+48+94=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D305E is #92CFA1. Grayscale: #474747. Windows color (decimal): -9621410 or 6172781. OLE color: 6172781.
HSL color Cylindrical-coordinate representation of color #6D305E: hue angle of 314.75º 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 #6D305E is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 94 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.57 |
| HSL | 314.75º | 0.39% | 0.31% | - |
| HSV(B) | 314.75º | 0.56% | 0.43% | - |
| XYZ | 9.38 | 6.17 | 11.29 | - |
| YUV | 71.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 94 | 0 | 0.56 | 0.14 | 0.57 | 314.75 | 0.39 | 0.31 |
| Hex | 6D | 30 | 5E | 0 | 38 | E | 39 | 13B | 27 | 1F |
| Octal | 155 | 60 | 136 | 0 | 70 | 16 | 71 | 473 | 47 | 37 |
| Binary | 1101101 | 110000 | 1011110 | 0 | 111000 | 1110 | 111001 | 100111011 | 100111 | 11111 |
Color Harmonies of #6D305E
Complementary color
Monochromatic Colors of #6D305E
Black with #6D305E
Text Example
Text Example
White with #6D305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D305E; }
p { color: rgb(109,48,94); }
H1.HeaderClassName
{
color: #6D305E;
}
.AnyTagClassName
{
color: #6D305E;
}
</style>
background-color css
<style>
a { background-color: #6D305E; }
a { background-color: rgb(109,48,94); }
div.DivClassName
{
background-color: #6D305E;
}
.BgClassName
{
background-color: #6D305E;
}
</style>
border-color css
<style>
span { border-color: #6D305E; }
span { border-color: rgb(109,48,94); }
td.TdClassName
{
border-color: #6D305E;
}
.TagClassName
{
border-color: #6D305E;
}
</style>