Shades of Palatinate Purple #6D2E62
Tints of Palatinate Purple #6D2E62
RGB
CMYK
RGB Variations
Color information
#6D2E62 (or 0x6D2E62) is known color: Palatinate Purple. HEX triplet: 6D, 2E and 62. RGB value is (109,46,98). Sum of RGB (Red+Green+Blue) = 109+46+98=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2E62 is #92D19D. Grayscale: #464646. Windows color (decimal): -9621918 or 6434413. OLE color: 6434413.
HSL color Cylindrical-coordinate representation of color #6D2E62: hue angle of 310.48º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D2E62 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 46 | 98 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.57 |
| HSL | 310.48º | 0.41% | 0.3% | - |
| HSV(B) | 310.48º | 0.58% | 0.43% | - |
| XYZ | 9.49 | 6.09 | 12.23 | - |
| YUV | 70.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 98 | 0 | 0.58 | 0.10 | 0.57 | 310.48 | 0.41 | 0.3 |
| Hex | 6D | 2E | 62 | 0 | 3A | A | 39 | 136 | 29 | 1E |
| Octal | 155 | 56 | 142 | 0 | 72 | 12 | 71 | 466 | 51 | 36 |
| Binary | 1101101 | 101110 | 1100010 | 0 | 111010 | 1010 | 111001 | 100110110 | 101001 | 11110 |
Color Harmonies of #6D2E62
Complementary color
Monochromatic Colors of #6D2E62
Black with #6D2E62
Text Example
Text Example
White with #6D2E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2E62; }
p { color: rgb(109,46,98); }
H1.HeaderClassName
{
color: #6D2E62;
}
.AnyTagClassName
{
color: #6D2E62;
}
</style>
background-color css
<style>
a { background-color: #6D2E62; }
a { background-color: rgb(109,46,98); }
div.DivClassName
{
background-color: #6D2E62;
}
.BgClassName
{
background-color: #6D2E62;
}
</style>
border-color css
<style>
span { border-color: #6D2E62; }
span { border-color: rgb(109,46,98); }
td.TdClassName
{
border-color: #6D2E62;
}
.TagClassName
{
border-color: #6D2E62;
}
</style>