Shades of Palatinate Purple #6F1C6C
Tints of Palatinate Purple #6F1C6C
RGB
CMYK
RGB Variations
Color information
#6F1C6C (or 0x6F1C6C) is known color: Palatinate Purple. HEX triplet: 6F, 1C and 6C. RGB value is (111,28,108). Sum of RGB (Red+Green+Blue) = 111+28+108=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1C6C is #90E393. Grayscale: #3D3D3D. Windows color (decimal): -9495444 or 7085167. OLE color: 7085167.
HSL color Cylindrical-coordinate representation of color #6F1C6C: hue angle of 302.17º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C6C is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 28 | 108 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.56 |
| HSL | 302.17º | 0.6% | 0.27% | - |
| HSV(B) | 302.17º | 0.75% | 0.44% | - |
| XYZ | 9.68 | 5.29 | 14.7 | - |
| YUV | 61.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 108 | 0 | 0.75 | 0.03 | 0.56 | 302.17 | 0.6 | 0.27 |
| Hex | 6F | 1C | 6C | 0 | 4B | 3 | 38 | 12E | 3C | 1B |
| Octal | 157 | 34 | 154 | 0 | 113 | 3 | 70 | 456 | 74 | 33 |
| Binary | 1101111 | 11100 | 1101100 | 0 | 1001011 | 11 | 111000 | 100101110 | 111100 | 11011 |
Color Harmonies of #6F1C6C
Complementary color
Monochromatic Colors of #6F1C6C
Black with #6F1C6C
Text Example
Text Example
White with #6F1C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1C6C; }
p { color: rgb(111,28,108); }
H1.HeaderClassName
{
color: #6F1C6C;
}
.AnyTagClassName
{
color: #6F1C6C;
}
</style>
background-color css
<style>
a { background-color: #6F1C6C; }
a { background-color: rgb(111,28,108); }
div.DivClassName
{
background-color: #6F1C6C;
}
.BgClassName
{
background-color: #6F1C6C;
}
</style>
border-color css
<style>
span { border-color: #6F1C6C; }
span { border-color: rgb(111,28,108); }
td.TdClassName
{
border-color: #6F1C6C;
}
.TagClassName
{
border-color: #6F1C6C;
}
</style>