Shades of Palatinate Purple #6D3368
Tints of Palatinate Purple #6D3368
RGB
CMYK
RGB Variations
Color information
#6D3368 (or 0x6D3368) is known color: Palatinate Purple. HEX triplet: 6D, 33 and 68. RGB value is (109,51,104). Sum of RGB (Red+Green+Blue) = 109+51+104=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3368 is #92CC97. Grayscale: #4A4A4A. Windows color (decimal): -9620632 or 6828909. OLE color: 6828909.
HSL color Cylindrical-coordinate representation of color #6D3368: hue angle of 305.17º 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 #6D3368 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 104 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.57 |
| HSL | 305.17º | 0.36% | 0.31% | - |
| HSV(B) | 305.17º | 0.53% | 0.43% | - |
| XYZ | 9.99 | 6.62 | 13.85 | - |
| YUV | 74.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 104 | 0 | 0.53 | 0.05 | 0.57 | 305.17 | 0.36 | 0.31 |
| Hex | 6D | 33 | 68 | 0 | 35 | 5 | 39 | 131 | 24 | 1F |
| Octal | 155 | 63 | 150 | 0 | 65 | 5 | 71 | 461 | 44 | 37 |
| Binary | 1101101 | 110011 | 1101000 | 0 | 110101 | 101 | 111001 | 100110001 | 100100 | 11111 |
Color Harmonies of #6D3368
Complementary color
Monochromatic Colors of #6D3368
Black with #6D3368
Text Example
Text Example
White with #6D3368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3368; }
p { color: rgb(109,51,104); }
H1.HeaderClassName
{
color: #6D3368;
}
.AnyTagClassName
{
color: #6D3368;
}
</style>
background-color css
<style>
a { background-color: #6D3368; }
a { background-color: rgb(109,51,104); }
div.DivClassName
{
background-color: #6D3368;
}
.BgClassName
{
background-color: #6D3368;
}
</style>
border-color css
<style>
span { border-color: #6D3368; }
span { border-color: rgb(109,51,104); }
td.TdClassName
{
border-color: #6D3368;
}
.TagClassName
{
border-color: #6D3368;
}
</style>