Shades of Palatinate Purple #6D285A
Tints of Palatinate Purple #6D285A
RGB
CMYK
RGB Variations
Color information
#6D285A (or 0x6D285A) is known color: Palatinate Purple. HEX triplet: 6D, 28 and 5A. RGB value is (109,40,90). Sum of RGB (Red+Green+Blue) = 109+40+90=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D285A is #92D7A5. Grayscale: #424242. Windows color (decimal): -9623462 or 5908589. OLE color: 5908589.
HSL color Cylindrical-coordinate representation of color #6D285A: hue angle of 316.52º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D285A is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 90 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.57 |
| HSL | 316.52º | 0.46% | 0.29% | - |
| HSV(B) | 316.52º | 0.63% | 0.43% | - |
| XYZ | 8.91 | 5.51 | 10.27 | - |
| YUV | 66.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 90 | 0 | 0.63 | 0.17 | 0.57 | 316.52 | 0.46 | 0.29 |
| Hex | 6D | 28 | 5A | 0 | 3F | 11 | 39 | 13D | 2E | 1D |
| Octal | 155 | 50 | 132 | 0 | 77 | 21 | 71 | 475 | 56 | 35 |
| Binary | 1101101 | 101000 | 1011010 | 0 | 111111 | 10001 | 111001 | 100111101 | 101110 | 11101 |
Color Harmonies of #6D285A
Complementary color
Monochromatic Colors of #6D285A
Black with #6D285A
Text Example
Text Example
White with #6D285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D285A; }
p { color: rgb(109,40,90); }
H1.HeaderClassName
{
color: #6D285A;
}
.AnyTagClassName
{
color: #6D285A;
}
</style>
background-color css
<style>
a { background-color: #6D285A; }
a { background-color: rgb(109,40,90); }
div.DivClassName
{
background-color: #6D285A;
}
.BgClassName
{
background-color: #6D285A;
}
</style>
border-color css
<style>
span { border-color: #6D285A; }
span { border-color: rgb(109,40,90); }
td.TdClassName
{
border-color: #6D285A;
}
.TagClassName
{
border-color: #6D285A;
}
</style>