Shades of Palatinate Purple #6D075A
Tints of Palatinate Purple #6D075A
RGB
CMYK
RGB Variations
Color information
#6D075A (or 0x6D075A) is known color: Palatinate Purple. HEX triplet: 6D, 07 and 5A. RGB value is (109,7,90). Sum of RGB (Red+Green+Blue) = 109+7+90=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D075A is #92F8A5. Grayscale: #2E2E2E. Windows color (decimal): -9631910 or 5900141. OLE color: 5900141.
HSL color Cylindrical-coordinate representation of color #6D075A: hue angle of 311.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D075A is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 90 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.57 |
| HSL | 311.18º | 0.88% | 0.23% | - |
| HSV(B) | 311.18º | 0.94% | 0.43% | - |
| XYZ | 8.23 | 4.14 | 10.04 | - |
| YUV | 46.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 90 | 0 | 0.94 | 0.17 | 0.57 | 311.18 | 0.88 | 0.23 |
| Hex | 6D | 7 | 5A | 0 | 5E | 11 | 39 | 137 | 58 | 17 |
| Octal | 155 | 7 | 132 | 0 | 136 | 21 | 71 | 467 | 130 | 27 |
| Binary | 1101101 | 111 | 1011010 | 0 | 1011110 | 10001 | 111001 | 100110111 | 1011000 | 10111 |
Color Harmonies of #6D075A
Complementary color
Monochromatic Colors of #6D075A
Black with #6D075A
Text Example
Text Example
White with #6D075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D075A; }
p { color: rgb(109,7,90); }
H1.HeaderClassName
{
color: #6D075A;
}
.AnyTagClassName
{
color: #6D075A;
}
</style>
background-color css
<style>
a { background-color: #6D075A; }
a { background-color: rgb(109,7,90); }
div.DivClassName
{
background-color: #6D075A;
}
.BgClassName
{
background-color: #6D075A;
}
</style>
border-color css
<style>
span { border-color: #6D075A; }
span { border-color: rgb(109,7,90); }
td.TdClassName
{
border-color: #6D075A;
}
.TagClassName
{
border-color: #6D075A;
}
</style>