Shades of Palatinate Purple #6D1765
Tints of Palatinate Purple #6D1765
RGB
CMYK
RGB Variations
Color information
#6D1765 (or 0x6D1765) is known color: Palatinate Purple. HEX triplet: 6D, 17 and 65. RGB value is (109,23,101). Sum of RGB (Red+Green+Blue) = 109+23+101=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1765 is #92E89A. Grayscale: #393939. Windows color (decimal): -9627803 or 6625133. OLE color: 6625133.
HSL color Cylindrical-coordinate representation of color #6D1765: hue angle of 305.58º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D1765 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 101 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.57 |
| HSL | 305.58º | 0.65% | 0.26% | - |
| HSV(B) | 305.58º | 0.79% | 0.43% | - |
| XYZ | 8.96 | 4.8 | 12.77 | - |
| YUV | 57.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 101 | 0 | 0.79 | 0.07 | 0.57 | 305.58 | 0.65 | 0.26 |
| Hex | 6D | 17 | 65 | 0 | 4F | 7 | 39 | 132 | 41 | 1A |
| Octal | 155 | 27 | 145 | 0 | 117 | 7 | 71 | 462 | 101 | 32 |
| Binary | 1101101 | 10111 | 1100101 | 0 | 1001111 | 111 | 111001 | 100110010 | 1000001 | 11010 |
Color Harmonies of #6D1765
Complementary color
Monochromatic Colors of #6D1765
Black with #6D1765
Text Example
Text Example
White with #6D1765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1765; }
p { color: rgb(109,23,101); }
H1.HeaderClassName
{
color: #6D1765;
}
.AnyTagClassName
{
color: #6D1765;
}
</style>
background-color css
<style>
a { background-color: #6D1765; }
a { background-color: rgb(109,23,101); }
div.DivClassName
{
background-color: #6D1765;
}
.BgClassName
{
background-color: #6D1765;
}
</style>
border-color css
<style>
span { border-color: #6D1765; }
span { border-color: rgb(109,23,101); }
td.TdClassName
{
border-color: #6D1765;
}
.TagClassName
{
border-color: #6D1765;
}
</style>