Shades of Palatinate Purple #6D285C
Tints of Palatinate Purple #6D285C
RGB
CMYK
RGB Variations
Color information
#6D285C (or 0x6D285C) is known color: Palatinate Purple. HEX triplet: 6D, 28 and 5C. RGB value is (109,40,92). Sum of RGB (Red+Green+Blue) = 109+40+92=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D285C is #92D7A3. Grayscale: #424242. Windows color (decimal): -9623460 or 6039661. OLE color: 6039661.
HSL color Cylindrical-coordinate representation of color #6D285C: hue angle of 314.78º 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 #6D285C is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 92 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.57 |
| HSL | 314.78º | 0.46% | 0.29% | - |
| HSV(B) | 314.78º | 0.63% | 0.43% | - |
| XYZ | 9 | 5.54 | 10.72 | - |
| YUV | 66.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 92 | 0 | 0.63 | 0.16 | 0.57 | 314.78 | 0.46 | 0.29 |
| Hex | 6D | 28 | 5C | 0 | 3F | 10 | 39 | 13B | 2E | 1D |
| Octal | 155 | 50 | 134 | 0 | 77 | 20 | 71 | 473 | 56 | 35 |
| Binary | 1101101 | 101000 | 1011100 | 0 | 111111 | 10000 | 111001 | 100111011 | 101110 | 11101 |
Color Harmonies of #6D285C
Complementary color
Monochromatic Colors of #6D285C
Black with #6D285C
Text Example
Text Example
White with #6D285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D285C; }
p { color: rgb(109,40,92); }
H1.HeaderClassName
{
color: #6D285C;
}
.AnyTagClassName
{
color: #6D285C;
}
</style>
background-color css
<style>
a { background-color: #6D285C; }
a { background-color: rgb(109,40,92); }
div.DivClassName
{
background-color: #6D285C;
}
.BgClassName
{
background-color: #6D285C;
}
</style>
border-color css
<style>
span { border-color: #6D285C; }
span { border-color: rgb(109,40,92); }
td.TdClassName
{
border-color: #6D285C;
}
.TagClassName
{
border-color: #6D285C;
}
</style>