Shades of Palatinate Purple #6D075C
Tints of Palatinate Purple #6D075C
RGB
CMYK
RGB Variations
Color information
#6D075C (or 0x6D075C) is known color: Palatinate Purple. HEX triplet: 6D, 07 and 5C. RGB value is (109,7,92). Sum of RGB (Red+Green+Blue) = 109+7+92=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D075C is #92F8A3. Grayscale: #2E2E2E. Windows color (decimal): -9631908 or 6031213. OLE color: 6031213.
HSL color Cylindrical-coordinate representation of color #6D075C: hue angle of 310º 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 #6D075C is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 92 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.57 |
| HSL | 310º | 0.88% | 0.23% | - |
| HSV(B) | 310º | 0.94% | 0.43% | - |
| XYZ | 8.31 | 4.18 | 10.49 | - |
| YUV | 47.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 92 | 0 | 0.94 | 0.16 | 0.57 | 310 | 0.88 | 0.23 |
| Hex | 6D | 7 | 5C | 0 | 5E | 10 | 39 | 136 | 58 | 17 |
| Octal | 155 | 7 | 134 | 0 | 136 | 20 | 71 | 466 | 130 | 27 |
| Binary | 1101101 | 111 | 1011100 | 0 | 1011110 | 10000 | 111001 | 100110110 | 1011000 | 10111 |
Color Harmonies of #6D075C
Complementary color
Monochromatic Colors of #6D075C
Black with #6D075C
Text Example
Text Example
White with #6D075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D075C; }
p { color: rgb(109,7,92); }
H1.HeaderClassName
{
color: #6D075C;
}
.AnyTagClassName
{
color: #6D075C;
}
</style>
background-color css
<style>
a { background-color: #6D075C; }
a { background-color: rgb(109,7,92); }
div.DivClassName
{
background-color: #6D075C;
}
.BgClassName
{
background-color: #6D075C;
}
</style>
border-color css
<style>
span { border-color: #6D075C; }
span { border-color: rgb(109,7,92); }
td.TdClassName
{
border-color: #6D075C;
}
.TagClassName
{
border-color: #6D075C;
}
</style>