Shades of Palatinate Purple #6F1B6F
Tints of Palatinate Purple #6F1B6F
RGB
CMYK
RGB Variations
Color information
#6F1B6F (or 0x6F1B6F) is known color: Palatinate Purple. HEX triplet: 6F, 1B and 6F. RGB value is (111,27,111). Sum of RGB (Red+Green+Blue) = 111+27+111=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F1B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B6F is #90E490. Grayscale: #3D3D3D. Windows color (decimal): -9495697 or 7281519. OLE color: 7281519.
HSL color Cylindrical-coordinate representation of color #6F1B6F: hue angle of 300º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B6F is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 111 | - |
| CMYK | 0 | 0.76 | 0 | 0.56 |
| HSL | 300º | 0.61% | 0.27% | - |
| HSV(B) | 300º | 0.76% | 0.44% | - |
| XYZ | 9.82 | 5.31 | 15.55 | - |
| YUV | 61.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 111 | 0 | 0.76 | 0 | 0.56 | 300 | 0.61 | 0.27 |
| Hex | 6F | 1B | 6F | 0 | 4C | 0 | 38 | 12C | 3D | 1B |
| Octal | 157 | 33 | 157 | 0 | 114 | 0 | 70 | 454 | 75 | 33 |
| Binary | 1101111 | 11011 | 1101111 | 0 | 1001100 | 0 | 111000 | 100101100 | 111101 | 11011 |
Color Harmonies of #6F1B6F
Complementary color
Monochromatic Colors of #6F1B6F
Black with #6F1B6F
Text Example
Text Example
White with #6F1B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B6F; }
p { color: rgb(111,27,111); }
H1.HeaderClassName
{
color: #6F1B6F;
}
.AnyTagClassName
{
color: #6F1B6F;
}
</style>
background-color css
<style>
a { background-color: #6F1B6F; }
a { background-color: rgb(111,27,111); }
div.DivClassName
{
background-color: #6F1B6F;
}
.BgClassName
{
background-color: #6F1B6F;
}
</style>
border-color css
<style>
span { border-color: #6F1B6F; }
span { border-color: rgb(111,27,111); }
td.TdClassName
{
border-color: #6F1B6F;
}
.TagClassName
{
border-color: #6F1B6F;
}
</style>