Shades of Palatinate Purple #6D065C
Tints of Palatinate Purple #6D065C
RGB
CMYK
RGB Variations
Color information
#6D065C (or 0x6D065C) is known color: Palatinate Purple. HEX triplet: 6D, 06 and 5C. RGB value is (109,6,92). Sum of RGB (Red+Green+Blue) = 109+6+92=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D065C is #92F9A3. Grayscale: #2E2E2E. Windows color (decimal): -9632164 or 6030957. OLE color: 6030957.
HSL color Cylindrical-coordinate representation of color #6D065C: hue angle of 309.9º degrees, saturation: 0.9, 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 #6D065C is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 92 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.57 |
| HSL | 309.9º | 0.9% | 0.23% | - |
| HSV(B) | 309.9º | 0.94% | 0.43% | - |
| XYZ | 8.3 | 4.15 | 10.49 | - |
| YUV | 46.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 92 | 0 | 0.94 | 0.16 | 0.57 | 309.9 | 0.9 | 0.23 |
| Hex | 6D | 6 | 5C | 0 | 5E | 10 | 39 | 136 | 5A | 17 |
| Octal | 155 | 6 | 134 | 0 | 136 | 20 | 71 | 466 | 132 | 27 |
| Binary | 1101101 | 110 | 1011100 | 0 | 1011110 | 10000 | 111001 | 100110110 | 1011010 | 10111 |
Color Harmonies of #6D065C
Complementary color
Monochromatic Colors of #6D065C
Black with #6D065C
Text Example
Text Example
White with #6D065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D065C; }
p { color: rgb(109,6,92); }
H1.HeaderClassName
{
color: #6D065C;
}
.AnyTagClassName
{
color: #6D065C;
}
</style>
background-color css
<style>
a { background-color: #6D065C; }
a { background-color: rgb(109,6,92); }
div.DivClassName
{
background-color: #6D065C;
}
.BgClassName
{
background-color: #6D065C;
}
</style>
border-color css
<style>
span { border-color: #6D065C; }
span { border-color: rgb(109,6,92); }
td.TdClassName
{
border-color: #6D065C;
}
.TagClassName
{
border-color: #6D065C;
}
</style>