Shades of Palatinate Purple #6D1465
Tints of Palatinate Purple #6D1465
RGB
CMYK
RGB Variations
Color information
#6D1465 (or 0x6D1465) is known color: Palatinate Purple. HEX triplet: 6D, 14 and 65. RGB value is (109,20,101). Sum of RGB (Red+Green+Blue) = 109+20+101=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1465 is #92EB9A. Grayscale: #373737. Windows color (decimal): -9628571 or 6624365. OLE color: 6624365.
HSL color Cylindrical-coordinate representation of color #6D1465: hue angle of 305.39º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1465 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 20 | 101 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.57 |
| HSL | 305.39º | 0.69% | 0.25% | - |
| HSV(B) | 305.39º | 0.82% | 0.43% | - |
| XYZ | 8.91 | 4.69 | 12.75 | - |
| YUV | 55.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 101 | 0 | 0.82 | 0.07 | 0.57 | 305.39 | 0.69 | 0.25 |
| Hex | 6D | 14 | 65 | 0 | 52 | 7 | 39 | 131 | 45 | 19 |
| Octal | 155 | 24 | 145 | 0 | 122 | 7 | 71 | 461 | 105 | 31 |
| Binary | 1101101 | 10100 | 1100101 | 0 | 1010010 | 111 | 111001 | 100110001 | 1000101 | 11001 |
Color Harmonies of #6D1465
Complementary color
Monochromatic Colors of #6D1465
Black with #6D1465
Text Example
Text Example
White with #6D1465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1465; }
p { color: rgb(109,20,101); }
H1.HeaderClassName
{
color: #6D1465;
}
.AnyTagClassName
{
color: #6D1465;
}
</style>
background-color css
<style>
a { background-color: #6D1465; }
a { background-color: rgb(109,20,101); }
div.DivClassName
{
background-color: #6D1465;
}
.BgClassName
{
background-color: #6D1465;
}
</style>
border-color css
<style>
span { border-color: #6D1465; }
span { border-color: rgb(109,20,101); }
td.TdClassName
{
border-color: #6D1465;
}
.TagClassName
{
border-color: #6D1465;
}
</style>