Shades of Palatinate Purple #6D255A
Tints of Palatinate Purple #6D255A
RGB
CMYK
RGB Variations
Color information
#6D255A (or 0x6D255A) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 5A. RGB value is (109,37,90). Sum of RGB (Red+Green+Blue) = 109+37+90=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D255A is #92DAA5. Grayscale: #404040. Windows color (decimal): -9624230 or 5907821. OLE color: 5907821.
HSL color Cylindrical-coordinate representation of color #6D255A: hue angle of 315.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D255A is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 90 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.57 |
| HSL | 315.83º | 0.49% | 0.29% | - |
| HSV(B) | 315.83º | 0.66% | 0.43% | - |
| XYZ | 8.81 | 5.31 | 10.23 | - |
| YUV | 64.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 90 | 0 | 0.66 | 0.17 | 0.57 | 315.83 | 0.49 | 0.29 |
| Hex | 6D | 25 | 5A | 0 | 42 | 11 | 39 | 13C | 31 | 1D |
| Octal | 155 | 45 | 132 | 0 | 102 | 21 | 71 | 474 | 61 | 35 |
| Binary | 1101101 | 100101 | 1011010 | 0 | 1000010 | 10001 | 111001 | 100111100 | 110001 | 11101 |
Color Harmonies of #6D255A
Complementary color
Monochromatic Colors of #6D255A
Black with #6D255A
Text Example
Text Example
White with #6D255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D255A; }
p { color: rgb(109,37,90); }
H1.HeaderClassName
{
color: #6D255A;
}
.AnyTagClassName
{
color: #6D255A;
}
</style>
background-color css
<style>
a { background-color: #6D255A; }
a { background-color: rgb(109,37,90); }
div.DivClassName
{
background-color: #6D255A;
}
.BgClassName
{
background-color: #6D255A;
}
</style>
border-color css
<style>
span { border-color: #6D255A; }
span { border-color: rgb(109,37,90); }
td.TdClassName
{
border-color: #6D255A;
}
.TagClassName
{
border-color: #6D255A;
}
</style>