Shades of Palatinate Purple #6D2A5D
Tints of Palatinate Purple #6D2A5D
RGB
CMYK
RGB Variations
Color information
#6D2A5D (or 0x6D2A5D) is known color: Palatinate Purple. HEX triplet: 6D, 2A and 5D. RGB value is (109,42,93). Sum of RGB (Red+Green+Blue) = 109+42+93=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A5D is #92D5A2. Grayscale: #434343. Windows color (decimal): -9622947 or 6105709. OLE color: 6105709.
HSL color Cylindrical-coordinate representation of color #6D2A5D: hue angle of 314.33º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2A5D is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 93 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.57 |
| HSL | 314.33º | 0.44% | 0.3% | - |
| HSV(B) | 314.33º | 0.61% | 0.43% | - |
| XYZ | 9.11 | 5.7 | 10.98 | - |
| YUV | 67.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 93 | 0 | 0.61 | 0.15 | 0.57 | 314.33 | 0.44 | 0.3 |
| Hex | 6D | 2A | 5D | 0 | 3D | F | 39 | 13A | 2C | 1E |
| Octal | 155 | 52 | 135 | 0 | 75 | 17 | 71 | 472 | 54 | 36 |
| Binary | 1101101 | 101010 | 1011101 | 0 | 111101 | 1111 | 111001 | 100111010 | 101100 | 11110 |
Color Harmonies of #6D2A5D
Complementary color
Monochromatic Colors of #6D2A5D
Black with #6D2A5D
Text Example
Text Example
White with #6D2A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A5D; }
p { color: rgb(109,42,93); }
H1.HeaderClassName
{
color: #6D2A5D;
}
.AnyTagClassName
{
color: #6D2A5D;
}
</style>
background-color css
<style>
a { background-color: #6D2A5D; }
a { background-color: rgb(109,42,93); }
div.DivClassName
{
background-color: #6D2A5D;
}
.BgClassName
{
background-color: #6D2A5D;
}
</style>
border-color css
<style>
span { border-color: #6D2A5D; }
span { border-color: rgb(109,42,93); }
td.TdClassName
{
border-color: #6D2A5D;
}
.TagClassName
{
border-color: #6D2A5D;
}
</style>