Shades of Palatinate Purple #6D335E
Tints of Palatinate Purple #6D335E
RGB
CMYK
RGB Variations
Color information
#6D335E (or 0x6D335E) is known color: Palatinate Purple. HEX triplet: 6D, 33 and 5E. RGB value is (109,51,94). Sum of RGB (Red+Green+Blue) = 109+51+94=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D335E is #92CCA1. Grayscale: #494949. Windows color (decimal): -9620642 or 6173549. OLE color: 6173549.
HSL color Cylindrical-coordinate representation of color #6D335E: hue angle of 315.52º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D335E is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 94 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.57 |
| HSL | 315.52º | 0.36% | 0.31% | - |
| HSV(B) | 315.52º | 0.53% | 0.43% | - |
| XYZ | 9.51 | 6.43 | 11.33 | - |
| YUV | 73.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 94 | 0 | 0.53 | 0.14 | 0.57 | 315.52 | 0.36 | 0.31 |
| Hex | 6D | 33 | 5E | 0 | 35 | E | 39 | 13C | 24 | 1F |
| Octal | 155 | 63 | 136 | 0 | 65 | 16 | 71 | 474 | 44 | 37 |
| Binary | 1101101 | 110011 | 1011110 | 0 | 110101 | 1110 | 111001 | 100111100 | 100100 | 11111 |
Color Harmonies of #6D335E
Complementary color
Monochromatic Colors of #6D335E
Black with #6D335E
Text Example
Text Example
White with #6D335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D335E; }
p { color: rgb(109,51,94); }
H1.HeaderClassName
{
color: #6D335E;
}
.AnyTagClassName
{
color: #6D335E;
}
</style>
background-color css
<style>
a { background-color: #6D335E; }
a { background-color: rgb(109,51,94); }
div.DivClassName
{
background-color: #6D335E;
}
.BgClassName
{
background-color: #6D335E;
}
</style>
border-color css
<style>
span { border-color: #6D335E; }
span { border-color: rgb(109,51,94); }
td.TdClassName
{
border-color: #6D335E;
}
.TagClassName
{
border-color: #6D335E;
}
</style>