Shades of Palatinate Purple #6F1757
Tints of Palatinate Purple #6F1757
RGB
CMYK
RGB Variations
Color information
#6F1757 (or 0x6F1757) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 57. RGB value is (111,23,87). Sum of RGB (Red+Green+Blue) = 111+23+87=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1757 is #90E8A8. Grayscale: #383838. Windows color (decimal): -9496745 or 5707631. OLE color: 5707631.
HSL color Cylindrical-coordinate representation of color #6F1757: hue angle of 316.36º 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 #6F1757 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 87 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.56 |
| HSL | 316.36º | 0.66% | 0.26% | - |
| HSV(B) | 316.36º | 0.79% | 0.44% | - |
| XYZ | 8.58 | 4.68 | 9.47 | - |
| YUV | 56.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 87 | 0 | 0.79 | 0.22 | 0.56 | 316.36 | 0.66 | 0.26 |
| Hex | 6F | 17 | 57 | 0 | 4F | 16 | 38 | 13C | 42 | 1A |
| Octal | 157 | 27 | 127 | 0 | 117 | 26 | 70 | 474 | 102 | 32 |
| Binary | 1101111 | 10111 | 1010111 | 0 | 1001111 | 10110 | 111000 | 100111100 | 1000010 | 11010 |
Color Harmonies of #6F1757
Complementary color
Monochromatic Colors of #6F1757
Black with #6F1757
Text Example
Text Example
White with #6F1757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1757; }
p { color: rgb(111,23,87); }
H1.HeaderClassName
{
color: #6F1757;
}
.AnyTagClassName
{
color: #6F1757;
}
</style>
background-color css
<style>
a { background-color: #6F1757; }
a { background-color: rgb(111,23,87); }
div.DivClassName
{
background-color: #6F1757;
}
.BgClassName
{
background-color: #6F1757;
}
</style>
border-color css
<style>
span { border-color: #6F1757; }
span { border-color: rgb(111,23,87); }
td.TdClassName
{
border-color: #6F1757;
}
.TagClassName
{
border-color: #6F1757;
}
</style>