Shades of Palatinate Purple #6C185F
Tints of Palatinate Purple #6C185F
RGB
CMYK
RGB Variations
Color information
#6C185F (or 0x6C185F) is known color: Palatinate Purple. HEX triplet: 6C, 18 and 5F. RGB value is (108,24,95). Sum of RGB (Red+Green+Blue) = 108+24+95=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C185F is #93E7A0. Grayscale: #393939. Windows color (decimal): -9693089 or 6232172. OLE color: 6232172.
HSL color Cylindrical-coordinate representation of color #6C185F: hue angle of 309.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C185F is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 24 | 95 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.58 |
| HSL | 309.29º | 0.64% | 0.26% | - |
| HSV(B) | 309.29º | 0.78% | 0.42% | - |
| XYZ | 8.58 | 4.67 | 11.28 | - |
| YUV | 57.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 95 | 0 | 0.78 | 0.12 | 0.58 | 309.29 | 0.64 | 0.26 |
| Hex | 6C | 18 | 5F | 0 | 4E | C | 3A | 135 | 40 | 1A |
| Octal | 154 | 30 | 137 | 0 | 116 | 14 | 72 | 465 | 100 | 32 |
| Binary | 1101100 | 11000 | 1011111 | 0 | 1001110 | 1100 | 111010 | 100110101 | 1000000 | 11010 |
Color Harmonies of #6C185F
Complementary color
Monochromatic Colors of #6C185F
Black with #6C185F
Text Example
Text Example
White with #6C185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C185F; }
p { color: rgb(108,24,95); }
H1.HeaderClassName
{
color: #6C185F;
}
.AnyTagClassName
{
color: #6C185F;
}
</style>
background-color css
<style>
a { background-color: #6C185F; }
a { background-color: rgb(108,24,95); }
div.DivClassName
{
background-color: #6C185F;
}
.BgClassName
{
background-color: #6C185F;
}
</style>
border-color css
<style>
span { border-color: #6C185F; }
span { border-color: rgb(108,24,95); }
td.TdClassName
{
border-color: #6C185F;
}
.TagClassName
{
border-color: #6C185F;
}
</style>