Shades of Palatinate Purple #6F1D6E
Tints of Palatinate Purple #6F1D6E
RGB
CMYK
RGB Variations
Color information
#6F1D6E (or 0x6F1D6E) is known color: Palatinate Purple. HEX triplet: 6F, 1D and 6E. RGB value is (111,29,110). Sum of RGB (Red+Green+Blue) = 111+29+110=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D6E is #90E291. Grayscale: #3E3E3E. Windows color (decimal): -9495186 or 7216495. OLE color: 7216495.
HSL color Cylindrical-coordinate representation of color #6F1D6E: hue angle of 300.73º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F1D6E is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 29 | 110 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.56 |
| HSL | 300.73º | 0.59% | 0.27% | - |
| HSV(B) | 300.73º | 0.74% | 0.44% | - |
| XYZ | 9.81 | 5.38 | 15.27 | - |
| YUV | 62.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 29 | 110 | 0 | 0.74 | 0.01 | 0.56 | 300.73 | 0.59 | 0.27 |
| Hex | 6F | 1D | 6E | 0 | 4A | 1 | 38 | 12D | 3B | 1B |
| Octal | 157 | 35 | 156 | 0 | 112 | 1 | 70 | 455 | 73 | 33 |
| Binary | 1101111 | 11101 | 1101110 | 0 | 1001010 | 1 | 111000 | 100101101 | 111011 | 11011 |
Color Harmonies of #6F1D6E
Complementary color
Monochromatic Colors of #6F1D6E
Black with #6F1D6E
Text Example
Text Example
White with #6F1D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1D6E; }
p { color: rgb(111,29,110); }
H1.HeaderClassName
{
color: #6F1D6E;
}
.AnyTagClassName
{
color: #6F1D6E;
}
</style>
background-color css
<style>
a { background-color: #6F1D6E; }
a { background-color: rgb(111,29,110); }
div.DivClassName
{
background-color: #6F1D6E;
}
.BgClassName
{
background-color: #6F1D6E;
}
</style>
border-color css
<style>
span { border-color: #6F1D6E; }
span { border-color: rgb(111,29,110); }
td.TdClassName
{
border-color: #6F1D6E;
}
.TagClassName
{
border-color: #6F1D6E;
}
</style>