Shades of Palatinate Purple #6D3B5D
Tints of Palatinate Purple #6D3B5D
RGB
CMYK
RGB Variations
Color information
#6D3B5D (or 0x6D3B5D) is known color: Palatinate Purple. HEX triplet: 6D, 3B and 5D. RGB value is (109,59,93). Sum of RGB (Red+Green+Blue) = 109+59+93=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3B5D is #92C4A2. Grayscale: #4D4D4D. Windows color (decimal): -9618595 or 6110061. OLE color: 6110061.
HSL color Cylindrical-coordinate representation of color #6D3B5D: hue angle of 319.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D3B5D is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 59 | 93 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.57 |
| HSL | 319.2º | 0.3% | 0.33% | - |
| HSV(B) | 319.2º | 0.46% | 0.43% | - |
| XYZ | 9.85 | 7.17 | 11.22 | - |
| YUV | 77.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 93 | 0 | 0.46 | 0.15 | 0.57 | 319.2 | 0.3 | 0.33 |
| Hex | 6D | 3B | 5D | 0 | 2E | F | 39 | 13F | 1E | 21 |
| Octal | 155 | 73 | 135 | 0 | 56 | 17 | 71 | 477 | 36 | 41 |
| Binary | 1101101 | 111011 | 1011101 | 0 | 101110 | 1111 | 111001 | 100111111 | 11110 | 100001 |
Color Harmonies of #6D3B5D
Complementary color
Monochromatic Colors of #6D3B5D
Black with #6D3B5D
Text Example
Text Example
White with #6D3B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3B5D; }
p { color: rgb(109,59,93); }
H1.HeaderClassName
{
color: #6D3B5D;
}
.AnyTagClassName
{
color: #6D3B5D;
}
</style>
background-color css
<style>
a { background-color: #6D3B5D; }
a { background-color: rgb(109,59,93); }
div.DivClassName
{
background-color: #6D3B5D;
}
.BgClassName
{
background-color: #6D3B5D;
}
</style>
border-color css
<style>
span { border-color: #6D3B5D; }
span { border-color: rgb(109,59,93); }
td.TdClassName
{
border-color: #6D3B5D;
}
.TagClassName
{
border-color: #6D3B5D;
}
</style>