Shades of Palatinate Purple #6D3C62
Tints of Palatinate Purple #6D3C62
RGB
CMYK
RGB Variations
Color information
#6D3C62 (or 0x6D3C62) is known color: Palatinate Purple. HEX triplet: 6D, 3C and 62. RGB value is (109,60,98). Sum of RGB (Red+Green+Blue) = 109+60+98=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3C62 is #92C39D. Grayscale: #4E4E4E. Windows color (decimal): -9618334 or 6437997. OLE color: 6437997.
HSL color Cylindrical-coordinate representation of color #6D3C62: hue angle of 313.47º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D3C62 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 98 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.57 |
| HSL | 313.47º | 0.29% | 0.33% | - |
| HSV(B) | 313.47º | 0.45% | 0.43% | - |
| XYZ | 10.13 | 7.36 | 12.44 | - |
| YUV | 78.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 98 | 0 | 0.45 | 0.10 | 0.57 | 313.47 | 0.29 | 0.33 |
| Hex | 6D | 3C | 62 | 0 | 2D | A | 39 | 139 | 1D | 21 |
| Octal | 155 | 74 | 142 | 0 | 55 | 12 | 71 | 471 | 35 | 41 |
| Binary | 1101101 | 111100 | 1100010 | 0 | 101101 | 1010 | 111001 | 100111001 | 11101 | 100001 |
Color Harmonies of #6D3C62
Complementary color
Monochromatic Colors of #6D3C62
Black with #6D3C62
Text Example
Text Example
White with #6D3C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C62; }
p { color: rgb(109,60,98); }
H1.HeaderClassName
{
color: #6D3C62;
}
.AnyTagClassName
{
color: #6D3C62;
}
</style>
background-color css
<style>
a { background-color: #6D3C62; }
a { background-color: rgb(109,60,98); }
div.DivClassName
{
background-color: #6D3C62;
}
.BgClassName
{
background-color: #6D3C62;
}
</style>
border-color css
<style>
span { border-color: #6D3C62; }
span { border-color: rgb(109,60,98); }
td.TdClassName
{
border-color: #6D3C62;
}
.TagClassName
{
border-color: #6D3C62;
}
</style>