Shades of Palatinate Purple #6F1767
Tints of Palatinate Purple #6F1767
RGB
CMYK
RGB Variations
Color information
#6F1767 (or 0x6F1767) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 67. RGB value is (111,23,103). Sum of RGB (Red+Green+Blue) = 111+23+103=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1767 is #90E898. Grayscale: #3A3A3A. Windows color (decimal): -9496729 or 6756207. OLE color: 6756207.
HSL color Cylindrical-coordinate representation of color #6F1767: hue angle of 305.45º 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 #6F1767 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 103 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.56 |
| HSL | 305.45º | 0.66% | 0.26% | - |
| HSV(B) | 305.45º | 0.79% | 0.44% | - |
| XYZ | 9.31 | 4.97 | 13.3 | - |
| YUV | 58.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 103 | 0 | 0.79 | 0.07 | 0.56 | 305.45 | 0.66 | 0.26 |
| Hex | 6F | 17 | 67 | 0 | 4F | 7 | 38 | 131 | 42 | 1A |
| Octal | 157 | 27 | 147 | 0 | 117 | 7 | 70 | 461 | 102 | 32 |
| Binary | 1101111 | 10111 | 1100111 | 0 | 1001111 | 111 | 111000 | 100110001 | 1000010 | 11010 |
Color Harmonies of #6F1767
Complementary color
Monochromatic Colors of #6F1767
Black with #6F1767
Text Example
Text Example
White with #6F1767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1767; }
p { color: rgb(111,23,103); }
H1.HeaderClassName
{
color: #6F1767;
}
.AnyTagClassName
{
color: #6F1767;
}
</style>
background-color css
<style>
a { background-color: #6F1767; }
a { background-color: rgb(111,23,103); }
div.DivClassName
{
background-color: #6F1767;
}
.BgClassName
{
background-color: #6F1767;
}
</style>
border-color css
<style>
span { border-color: #6F1767; }
span { border-color: rgb(111,23,103); }
td.TdClassName
{
border-color: #6F1767;
}
.TagClassName
{
border-color: #6F1767;
}
</style>