Shades of Palatinate Purple #6D3367
Tints of Palatinate Purple #6D3367
RGB
CMYK
RGB Variations
Color information
#6D3367 (or 0x6D3367) is known color: Palatinate Purple. HEX triplet: 6D, 33 and 67. RGB value is (109,51,103). Sum of RGB (Red+Green+Blue) = 109+51+103=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3367 is #92CC98. Grayscale: #4A4A4A. Windows color (decimal): -9620633 or 6763373. OLE color: 6763373.
HSL color Cylindrical-coordinate representation of color #6D3367: hue angle of 306.21º 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 #6D3367 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 103 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.57 |
| HSL | 306.21º | 0.36% | 0.31% | - |
| HSV(B) | 306.21º | 0.53% | 0.43% | - |
| XYZ | 9.94 | 6.6 | 13.58 | - |
| YUV | 74.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 103 | 0 | 0.53 | 0.06 | 0.57 | 306.21 | 0.36 | 0.31 |
| Hex | 6D | 33 | 67 | 0 | 35 | 6 | 39 | 132 | 24 | 1F |
| Octal | 155 | 63 | 147 | 0 | 65 | 6 | 71 | 462 | 44 | 37 |
| Binary | 1101101 | 110011 | 1100111 | 0 | 110101 | 110 | 111001 | 100110010 | 100100 | 11111 |
Color Harmonies of #6D3367
Complementary color
Monochromatic Colors of #6D3367
Black with #6D3367
Text Example
Text Example
White with #6D3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3367; }
p { color: rgb(109,51,103); }
H1.HeaderClassName
{
color: #6D3367;
}
.AnyTagClassName
{
color: #6D3367;
}
</style>
background-color css
<style>
a { background-color: #6D3367; }
a { background-color: rgb(109,51,103); }
div.DivClassName
{
background-color: #6D3367;
}
.BgClassName
{
background-color: #6D3367;
}
</style>
border-color css
<style>
span { border-color: #6D3367; }
span { border-color: rgb(109,51,103); }
td.TdClassName
{
border-color: #6D3367;
}
.TagClassName
{
border-color: #6D3367;
}
</style>