Shades of Palatinate Purple #6C185B
Tints of Palatinate Purple #6C185B
RGB
CMYK
RGB Variations
Color information
#6C185B (or 0x6C185B) is known color: Palatinate Purple. HEX triplet: 6C, 18 and 5B. RGB value is (108,24,91). Sum of RGB (Red+Green+Blue) = 108+24+91=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C185B is #93E7A4. Grayscale: #383838. Windows color (decimal): -9693093 or 5970028. OLE color: 5970028.
HSL color Cylindrical-coordinate representation of color #6C185B: hue angle of 312.14º 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 #6C185B is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 24 | 91 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.58 |
| HSL | 312.14º | 0.64% | 0.26% | - |
| HSV(B) | 312.14º | 0.78% | 0.42% | - |
| XYZ | 8.4 | 4.6 | 10.34 | - |
| YUV | 56.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 91 | 0 | 0.78 | 0.16 | 0.58 | 312.14 | 0.64 | 0.26 |
| Hex | 6C | 18 | 5B | 0 | 4E | 10 | 3A | 138 | 40 | 1A |
| Octal | 154 | 30 | 133 | 0 | 116 | 20 | 72 | 470 | 100 | 32 |
| Binary | 1101100 | 11000 | 1011011 | 0 | 1001110 | 10000 | 111010 | 100111000 | 1000000 | 11010 |
Color Harmonies of #6C185B
Complementary color
Monochromatic Colors of #6C185B
Black with #6C185B
Text Example
Text Example
White with #6C185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C185B; }
p { color: rgb(108,24,91); }
H1.HeaderClassName
{
color: #6C185B;
}
.AnyTagClassName
{
color: #6C185B;
}
</style>
background-color css
<style>
a { background-color: #6C185B; }
a { background-color: rgb(108,24,91); }
div.DivClassName
{
background-color: #6C185B;
}
.BgClassName
{
background-color: #6C185B;
}
</style>
border-color css
<style>
span { border-color: #6C185B; }
span { border-color: rgb(108,24,91); }
td.TdClassName
{
border-color: #6C185B;
}
.TagClassName
{
border-color: #6C185B;
}
</style>