Shades of Palatinate Purple #6F1760
Tints of Palatinate Purple #6F1760
RGB
CMYK
RGB Variations
Color information
#6F1760 (or 0x6F1760) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 60. RGB value is (111,23,96). Sum of RGB (Red+Green+Blue) = 111+23+96=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1760 is #90E89F. Grayscale: #393939. Windows color (decimal): -9496736 or 6297455. OLE color: 6297455.
HSL color Cylindrical-coordinate representation of color #6F1760: hue angle of 310.23º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1760 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 96 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.56 |
| HSL | 310.23º | 0.66% | 0.26% | - |
| HSV(B) | 310.23º | 0.79% | 0.44% | - |
| XYZ | 8.97 | 4.84 | 11.53 | - |
| YUV | 57.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 96 | 0 | 0.79 | 0.14 | 0.56 | 310.23 | 0.66 | 0.26 |
| Hex | 6F | 17 | 60 | 0 | 4F | E | 38 | 136 | 42 | 1A |
| Octal | 157 | 27 | 140 | 0 | 117 | 16 | 70 | 466 | 102 | 32 |
| Binary | 1101111 | 10111 | 1100000 | 0 | 1001111 | 1110 | 111000 | 100110110 | 1000010 | 11010 |
Color Harmonies of #6F1760
Complementary color
Monochromatic Colors of #6F1760
Black with #6F1760
Text Example
Text Example
White with #6F1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1760; }
p { color: rgb(111,23,96); }
H1.HeaderClassName
{
color: #6F1760;
}
.AnyTagClassName
{
color: #6F1760;
}
</style>
background-color css
<style>
a { background-color: #6F1760; }
a { background-color: rgb(111,23,96); }
div.DivClassName
{
background-color: #6F1760;
}
.BgClassName
{
background-color: #6F1760;
}
</style>
border-color css
<style>
span { border-color: #6F1760; }
span { border-color: rgb(111,23,96); }
td.TdClassName
{
border-color: #6F1760;
}
.TagClassName
{
border-color: #6F1760;
}
</style>