Shades of Palatinate Purple #6D2A5C
Tints of Palatinate Purple #6D2A5C
RGB
CMYK
RGB Variations
Color information
#6D2A5C (or 0x6D2A5C) is known color: Palatinate Purple. HEX triplet: 6D, 2A and 5C. RGB value is (109,42,92). Sum of RGB (Red+Green+Blue) = 109+42+92=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A5C is #92D5A3. Grayscale: #434343. Windows color (decimal): -9622948 or 6040173. OLE color: 6040173.
HSL color Cylindrical-coordinate representation of color #6D2A5C: hue angle of 315.22º 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 #6D2A5C is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 92 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.57 |
| HSL | 315.22º | 0.44% | 0.3% | - |
| HSV(B) | 315.22º | 0.61% | 0.43% | - |
| XYZ | 9.07 | 5.68 | 10.74 | - |
| YUV | 67.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 92 | 0 | 0.61 | 0.16 | 0.57 | 315.22 | 0.44 | 0.3 |
| Hex | 6D | 2A | 5C | 0 | 3D | 10 | 39 | 13B | 2C | 1E |
| Octal | 155 | 52 | 134 | 0 | 75 | 20 | 71 | 473 | 54 | 36 |
| Binary | 1101101 | 101010 | 1011100 | 0 | 111101 | 10000 | 111001 | 100111011 | 101100 | 11110 |
Color Harmonies of #6D2A5C
Complementary color
Monochromatic Colors of #6D2A5C
Black with #6D2A5C
Text Example
Text Example
White with #6D2A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A5C; }
p { color: rgb(109,42,92); }
H1.HeaderClassName
{
color: #6D2A5C;
}
.AnyTagClassName
{
color: #6D2A5C;
}
</style>
background-color css
<style>
a { background-color: #6D2A5C; }
a { background-color: rgb(109,42,92); }
div.DivClassName
{
background-color: #6D2A5C;
}
.BgClassName
{
background-color: #6D2A5C;
}
</style>
border-color css
<style>
span { border-color: #6D2A5C; }
span { border-color: rgb(109,42,92); }
td.TdClassName
{
border-color: #6D2A5C;
}
.TagClassName
{
border-color: #6D2A5C;
}
</style>