Shades of Palatinate Purple #6D175B
Tints of Palatinate Purple #6D175B
RGB
CMYK
RGB Variations
Color information
#6D175B (or 0x6D175B) is known color: Palatinate Purple. HEX triplet: 6D, 17 and 5B. RGB value is (109,23,91). Sum of RGB (Red+Green+Blue) = 109+23+91=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D175B is #92E8A4. Grayscale: #383838. Windows color (decimal): -9627813 or 5969773. OLE color: 5969773.
HSL color Cylindrical-coordinate representation of color #6D175B: hue angle of 312.56º 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 #6D175B is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 91 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.57 |
| HSL | 312.56º | 0.65% | 0.26% | - |
| HSV(B) | 312.56º | 0.79% | 0.43% | - |
| XYZ | 8.5 | 4.62 | 10.34 | - |
| YUV | 56.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 91 | 0 | 0.79 | 0.17 | 0.57 | 312.56 | 0.65 | 0.26 |
| Hex | 6D | 17 | 5B | 0 | 4F | 11 | 39 | 139 | 41 | 1A |
| Octal | 155 | 27 | 133 | 0 | 117 | 21 | 71 | 471 | 101 | 32 |
| Binary | 1101101 | 10111 | 1011011 | 0 | 1001111 | 10001 | 111001 | 100111001 | 1000001 | 11010 |
Color Harmonies of #6D175B
Complementary color
Monochromatic Colors of #6D175B
Black with #6D175B
Text Example
Text Example
White with #6D175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D175B; }
p { color: rgb(109,23,91); }
H1.HeaderClassName
{
color: #6D175B;
}
.AnyTagClassName
{
color: #6D175B;
}
</style>
background-color css
<style>
a { background-color: #6D175B; }
a { background-color: rgb(109,23,91); }
div.DivClassName
{
background-color: #6D175B;
}
.BgClassName
{
background-color: #6D175B;
}
</style>
border-color css
<style>
span { border-color: #6D175B; }
span { border-color: rgb(109,23,91); }
td.TdClassName
{
border-color: #6D175B;
}
.TagClassName
{
border-color: #6D175B;
}
</style>