Shades of Palatinate Purple #6F185C
Tints of Palatinate Purple #6F185C
RGB
CMYK
RGB Variations
Color information
#6F185C (or 0x6F185C) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 5C. RGB value is (111,24,92). Sum of RGB (Red+Green+Blue) = 111+24+92=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F185C is #90E7A3. Grayscale: #393939. Windows color (decimal): -9496484 or 6035567. OLE color: 6035567.
HSL color Cylindrical-coordinate representation of color #6F185C: hue angle of 313.1º 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 #6F185C is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 92 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.56 |
| HSL | 313.1º | 0.64% | 0.26% | - |
| HSV(B) | 313.1º | 0.78% | 0.44% | - |
| XYZ | 8.81 | 4.81 | 10.59 | - |
| YUV | 57.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 92 | 0 | 0.78 | 0.17 | 0.56 | 313.1 | 0.64 | 0.26 |
| Hex | 6F | 18 | 5C | 0 | 4E | 11 | 38 | 139 | 40 | 1A |
| Octal | 157 | 30 | 134 | 0 | 116 | 21 | 70 | 471 | 100 | 32 |
| Binary | 1101111 | 11000 | 1011100 | 0 | 1001110 | 10001 | 111000 | 100111001 | 1000000 | 11010 |
Color Harmonies of #6F185C
Complementary color
Monochromatic Colors of #6F185C
Black with #6F185C
Text Example
Text Example
White with #6F185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F185C; }
p { color: rgb(111,24,92); }
H1.HeaderClassName
{
color: #6F185C;
}
.AnyTagClassName
{
color: #6F185C;
}
</style>
background-color css
<style>
a { background-color: #6F185C; }
a { background-color: rgb(111,24,92); }
div.DivClassName
{
background-color: #6F185C;
}
.BgClassName
{
background-color: #6F185C;
}
</style>
border-color css
<style>
span { border-color: #6F185C; }
span { border-color: rgb(111,24,92); }
td.TdClassName
{
border-color: #6F185C;
}
.TagClassName
{
border-color: #6F185C;
}
</style>