Shades of Palatinate Purple #6C175F
Tints of Palatinate Purple #6C175F
RGB
CMYK
RGB Variations
Color information
#6C175F (or 0x6C175F) is known color: Palatinate Purple. HEX triplet: 6C, 17 and 5F. RGB value is (108,23,95). Sum of RGB (Red+Green+Blue) = 108+23+95=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C175F is #93E8A0. Grayscale: #383838. Windows color (decimal): -9693345 or 6231916. OLE color: 6231916.
HSL color Cylindrical-coordinate representation of color #6C175F: hue angle of 309.18º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C175F is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 23 | 95 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.58 |
| HSL | 309.18º | 0.65% | 0.26% | - |
| HSV(B) | 309.18º | 0.79% | 0.42% | - |
| XYZ | 8.56 | 4.63 | 11.27 | - |
| YUV | 56.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 23 | 95 | 0 | 0.79 | 0.12 | 0.58 | 309.18 | 0.65 | 0.26 |
| Hex | 6C | 17 | 5F | 0 | 4F | C | 3A | 135 | 41 | 1A |
| Octal | 154 | 27 | 137 | 0 | 117 | 14 | 72 | 465 | 101 | 32 |
| Binary | 1101100 | 10111 | 1011111 | 0 | 1001111 | 1100 | 111010 | 100110101 | 1000001 | 11010 |
Color Harmonies of #6C175F
Complementary color
Monochromatic Colors of #6C175F
Black with #6C175F
Text Example
Text Example
White with #6C175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C175F; }
p { color: rgb(108,23,95); }
H1.HeaderClassName
{
color: #6C175F;
}
.AnyTagClassName
{
color: #6C175F;
}
</style>
background-color css
<style>
a { background-color: #6C175F; }
a { background-color: rgb(108,23,95); }
div.DivClassName
{
background-color: #6C175F;
}
.BgClassName
{
background-color: #6C175F;
}
</style>
border-color css
<style>
span { border-color: #6C175F; }
span { border-color: rgb(108,23,95); }
td.TdClassName
{
border-color: #6C175F;
}
.TagClassName
{
border-color: #6C175F;
}
</style>