Shades of Palatinate Purple #6F185F
Tints of Palatinate Purple #6F185F
RGB
CMYK
RGB Variations
Color information
#6F185F (or 0x6F185F) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 5F. RGB value is (111,24,95). Sum of RGB (Red+Green+Blue) = 111+24+95=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F185F is #90E7A0. Grayscale: #393939. Windows color (decimal): -9496481 or 6232175. OLE color: 6232175.
HSL color Cylindrical-coordinate representation of color #6F185F: hue angle of 311.03º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F185F is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 95 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.56 |
| HSL | 311.03º | 0.64% | 0.26% | - |
| HSV(B) | 311.03º | 0.78% | 0.44% | - |
| XYZ | 8.95 | 4.86 | 11.29 | - |
| YUV | 58.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 95 | 0 | 0.78 | 0.14 | 0.56 | 311.03 | 0.64 | 0.26 |
| Hex | 6F | 18 | 5F | 0 | 4E | E | 38 | 137 | 40 | 1A |
| Octal | 157 | 30 | 137 | 0 | 116 | 16 | 70 | 467 | 100 | 32 |
| Binary | 1101111 | 11000 | 1011111 | 0 | 1001110 | 1110 | 111000 | 100110111 | 1000000 | 11010 |
Color Harmonies of #6F185F
Complementary color
Monochromatic Colors of #6F185F
Black with #6F185F
Text Example
Text Example
White with #6F185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F185F; }
p { color: rgb(111,24,95); }
H1.HeaderClassName
{
color: #6F185F;
}
.AnyTagClassName
{
color: #6F185F;
}
</style>
background-color css
<style>
a { background-color: #6F185F; }
a { background-color: rgb(111,24,95); }
div.DivClassName
{
background-color: #6F185F;
}
.BgClassName
{
background-color: #6F185F;
}
</style>
border-color css
<style>
span { border-color: #6F185F; }
span { border-color: rgb(111,24,95); }
td.TdClassName
{
border-color: #6F185F;
}
.TagClassName
{
border-color: #6F185F;
}
</style>