Shades of Palatinate Purple #6F0759
Tints of Palatinate Purple #6F0759
RGB
CMYK
RGB Variations
Color information
#6F0759 (or 0x6F0759) is known color: Palatinate Purple. HEX triplet: 6F, 07 and 59. RGB value is (111,7,89). Sum of RGB (Red+Green+Blue) = 111+7+89=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0759 is #90F8A6. Grayscale: #2F2F2F. Windows color (decimal): -9500839 or 5834607. OLE color: 5834607.
HSL color Cylindrical-coordinate representation of color #6F0759: hue angle of 312.69º 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 #6F0759 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 89 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.56 |
| HSL | 312.69º | 0.88% | 0.23% | - |
| HSV(B) | 312.69º | 0.94% | 0.44% | - |
| XYZ | 8.43 | 4.25 | 9.83 | - |
| YUV | 47.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 89 | 0 | 0.94 | 0.20 | 0.56 | 312.69 | 0.88 | 0.23 |
| Hex | 6F | 7 | 59 | 0 | 5E | 14 | 38 | 139 | 58 | 17 |
| Octal | 157 | 7 | 131 | 0 | 136 | 24 | 70 | 471 | 130 | 27 |
| Binary | 1101111 | 111 | 1011001 | 0 | 1011110 | 10100 | 111000 | 100111001 | 1011000 | 10111 |
Color Harmonies of #6F0759
Complementary color
Monochromatic Colors of #6F0759
Black with #6F0759
Text Example
Text Example
White with #6F0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0759; }
p { color: rgb(111,7,89); }
H1.HeaderClassName
{
color: #6F0759;
}
.AnyTagClassName
{
color: #6F0759;
}
</style>
background-color css
<style>
a { background-color: #6F0759; }
a { background-color: rgb(111,7,89); }
div.DivClassName
{
background-color: #6F0759;
}
.BgClassName
{
background-color: #6F0759;
}
</style>
border-color css
<style>
span { border-color: #6F0759; }
span { border-color: rgb(111,7,89); }
td.TdClassName
{
border-color: #6F0759;
}
.TagClassName
{
border-color: #6F0759;
}
</style>