Shades of Palatinate Purple #6D2A68
Tints of Palatinate Purple #6D2A68
RGB
CMYK
RGB Variations
Color information
#6D2A68 (or 0x6D2A68) is known color: Palatinate Purple. HEX triplet: 6D, 2A and 68. RGB value is (109,42,104). Sum of RGB (Red+Green+Blue) = 109+42+104=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A68 is #92D597. Grayscale: #444444. Windows color (decimal): -9622936 or 6826605. OLE color: 6826605.
HSL color Cylindrical-coordinate representation of color #6D2A68: hue angle of 304.48º 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 #6D2A68 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 104 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.57 |
| HSL | 304.48º | 0.44% | 0.3% | - |
| HSV(B) | 304.48º | 0.61% | 0.43% | - |
| XYZ | 9.63 | 5.91 | 13.73 | - |
| YUV | 69.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 104 | 0 | 0.61 | 0.05 | 0.57 | 304.48 | 0.44 | 0.3 |
| Hex | 6D | 2A | 68 | 0 | 3D | 5 | 39 | 130 | 2C | 1E |
| Octal | 155 | 52 | 150 | 0 | 75 | 5 | 71 | 460 | 54 | 36 |
| Binary | 1101101 | 101010 | 1101000 | 0 | 111101 | 101 | 111001 | 100110000 | 101100 | 11110 |
Color Harmonies of #6D2A68
Complementary color
Monochromatic Colors of #6D2A68
Black with #6D2A68
Text Example
Text Example
White with #6D2A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A68; }
p { color: rgb(109,42,104); }
H1.HeaderClassName
{
color: #6D2A68;
}
.AnyTagClassName
{
color: #6D2A68;
}
</style>
background-color css
<style>
a { background-color: #6D2A68; }
a { background-color: rgb(109,42,104); }
div.DivClassName
{
background-color: #6D2A68;
}
.BgClassName
{
background-color: #6D2A68;
}
</style>
border-color css
<style>
span { border-color: #6D2A68; }
span { border-color: rgb(109,42,104); }
td.TdClassName
{
border-color: #6D2A68;
}
.TagClassName
{
border-color: #6D2A68;
}
</style>