Shades of Palatinate Purple #6D035E
Tints of Palatinate Purple #6D035E
RGB
CMYK
RGB Variations
Color information
#6D035E (or 0x6D035E) is known color: Palatinate Purple. HEX triplet: 6D, 03 and 5E. RGB value is (109,3,94). Sum of RGB (Red+Green+Blue) = 109+3+94=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D035E is #92FCA1. Grayscale: #2C2C2C. Windows color (decimal): -9632930 or 6161261. OLE color: 6161261.
HSL color Cylindrical-coordinate representation of color #6D035E: hue angle of 308.49º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D035E is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 94 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.57 |
| HSL | 308.49º | 0.95% | 0.22% | - |
| HSV(B) | 308.49º | 0.97% | 0.43% | - |
| XYZ | 8.36 | 4.12 | 10.95 | - |
| YUV | 45.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 94 | 0 | 0.97 | 0.14 | 0.57 | 308.49 | 0.95 | 0.22 |
| Hex | 6D | 3 | 5E | 0 | 61 | E | 39 | 134 | 5F | 16 |
| Octal | 155 | 3 | 136 | 0 | 141 | 16 | 71 | 464 | 137 | 26 |
| Binary | 1101101 | 11 | 1011110 | 0 | 1100001 | 1110 | 111001 | 100110100 | 1011111 | 10110 |
Color Harmonies of #6D035E
Complementary color
Monochromatic Colors of #6D035E
Black with #6D035E
Text Example
Text Example
White with #6D035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D035E; }
p { color: rgb(109,3,94); }
H1.HeaderClassName
{
color: #6D035E;
}
.AnyTagClassName
{
color: #6D035E;
}
</style>
background-color css
<style>
a { background-color: #6D035E; }
a { background-color: rgb(109,3,94); }
div.DivClassName
{
background-color: #6D035E;
}
.BgClassName
{
background-color: #6D035E;
}
</style>
border-color css
<style>
span { border-color: #6D035E; }
span { border-color: rgb(109,3,94); }
td.TdClassName
{
border-color: #6D035E;
}
.TagClassName
{
border-color: #6D035E;
}
</style>