Shades of Palatinate Purple #6D1565
Tints of Palatinate Purple #6D1565
RGB
CMYK
RGB Variations
Color information
#6D1565 (or 0x6D1565) is known color: Palatinate Purple. HEX triplet: 6D, 15 and 65. RGB value is (109,21,101). Sum of RGB (Red+Green+Blue) = 109+21+101=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1565 is #92EA9A. Grayscale: #383838. Windows color (decimal): -9628315 or 6624621. OLE color: 6624621.
HSL color Cylindrical-coordinate representation of color #6D1565: hue angle of 305.45º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1565 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 101 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.57 |
| HSL | 305.45º | 0.68% | 0.25% | - |
| HSV(B) | 305.45º | 0.81% | 0.43% | - |
| XYZ | 8.92 | 4.73 | 12.75 | - |
| YUV | 56.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 101 | 0 | 0.81 | 0.07 | 0.57 | 305.45 | 0.68 | 0.25 |
| Hex | 6D | 15 | 65 | 0 | 51 | 7 | 39 | 131 | 44 | 19 |
| Octal | 155 | 25 | 145 | 0 | 121 | 7 | 71 | 461 | 104 | 31 |
| Binary | 1101101 | 10101 | 1100101 | 0 | 1010001 | 111 | 111001 | 100110001 | 1000100 | 11001 |
Color Harmonies of #6D1565
Complementary color
Monochromatic Colors of #6D1565
Black with #6D1565
Text Example
Text Example
White with #6D1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1565; }
p { color: rgb(109,21,101); }
H1.HeaderClassName
{
color: #6D1565;
}
.AnyTagClassName
{
color: #6D1565;
}
</style>
background-color css
<style>
a { background-color: #6D1565; }
a { background-color: rgb(109,21,101); }
div.DivClassName
{
background-color: #6D1565;
}
.BgClassName
{
background-color: #6D1565;
}
</style>
border-color css
<style>
span { border-color: #6D1565; }
span { border-color: rgb(109,21,101); }
td.TdClassName
{
border-color: #6D1565;
}
.TagClassName
{
border-color: #6D1565;
}
</style>