Shades of Palatinate Purple #6F075F
Tints of Palatinate Purple #6F075F
RGB
CMYK
RGB Variations
Color information
#6F075F (or 0x6F075F) is known color: Palatinate Purple. HEX triplet: 6F, 07 and 5F. RGB value is (111,7,95). Sum of RGB (Red+Green+Blue) = 111+7+95=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F075F is #90F8A0. Grayscale: #2F2F2F. Windows color (decimal): -9500833 or 6227823. OLE color: 6227823.
HSL color Cylindrical-coordinate representation of color #6F075F: hue angle of 309.23º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F075F is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 95 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.56 |
| HSL | 309.23º | 0.88% | 0.23% | - |
| HSV(B) | 309.23º | 0.94% | 0.44% | - |
| XYZ | 8.7 | 4.36 | 11.21 | - |
| YUV | 48.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 95 | 0 | 0.94 | 0.14 | 0.56 | 309.23 | 0.88 | 0.23 |
| Hex | 6F | 7 | 5F | 0 | 5E | E | 38 | 135 | 58 | 17 |
| Octal | 157 | 7 | 137 | 0 | 136 | 16 | 70 | 465 | 130 | 27 |
| Binary | 1101111 | 111 | 1011111 | 0 | 1011110 | 1110 | 111000 | 100110101 | 1011000 | 10111 |
Color Harmonies of #6F075F
Complementary color
Monochromatic Colors of #6F075F
Black with #6F075F
Text Example
Text Example
White with #6F075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F075F; }
p { color: rgb(111,7,95); }
H1.HeaderClassName
{
color: #6F075F;
}
.AnyTagClassName
{
color: #6F075F;
}
</style>
background-color css
<style>
a { background-color: #6F075F; }
a { background-color: rgb(111,7,95); }
div.DivClassName
{
background-color: #6F075F;
}
.BgClassName
{
background-color: #6F075F;
}
</style>
border-color css
<style>
span { border-color: #6F075F; }
span { border-color: rgb(111,7,95); }
td.TdClassName
{
border-color: #6F075F;
}
.TagClassName
{
border-color: #6F075F;
}
</style>