Shades of Palatinate Purple #6F165E
Tints of Palatinate Purple #6F165E
RGB
CMYK
RGB Variations
Color information
#6F165E (or 0x6F165E) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 5E. RGB value is (111,22,94). Sum of RGB (Red+Green+Blue) = 111+22+94=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F165E is #90E9A1. Grayscale: #383838. Windows color (decimal): -9496994 or 6166127. OLE color: 6166127.
HSL color Cylindrical-coordinate representation of color #6F165E: hue angle of 311.46º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F165E is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 94 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.56 |
| HSL | 311.46º | 0.67% | 0.26% | - |
| HSV(B) | 311.46º | 0.8% | 0.44% | - |
| XYZ | 8.86 | 4.76 | 11.04 | - |
| YUV | 56.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 94 | 0 | 0.80 | 0.15 | 0.56 | 311.46 | 0.67 | 0.26 |
| Hex | 6F | 16 | 5E | 0 | 50 | F | 38 | 137 | 43 | 1A |
| Octal | 157 | 26 | 136 | 0 | 120 | 17 | 70 | 467 | 103 | 32 |
| Binary | 1101111 | 10110 | 1011110 | 0 | 1010000 | 1111 | 111000 | 100110111 | 1000011 | 11010 |
Color Harmonies of #6F165E
Complementary color
Monochromatic Colors of #6F165E
Black with #6F165E
Text Example
Text Example
White with #6F165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F165E; }
p { color: rgb(111,22,94); }
H1.HeaderClassName
{
color: #6F165E;
}
.AnyTagClassName
{
color: #6F165E;
}
</style>
background-color css
<style>
a { background-color: #6F165E; }
a { background-color: rgb(111,22,94); }
div.DivClassName
{
background-color: #6F165E;
}
.BgClassName
{
background-color: #6F165E;
}
</style>
border-color css
<style>
span { border-color: #6F165E; }
span { border-color: rgb(111,22,94); }
td.TdClassName
{
border-color: #6F165E;
}
.TagClassName
{
border-color: #6F165E;
}
</style>