Shades of Palatinate Purple #6F1B60
Tints of Palatinate Purple #6F1B60
RGB
CMYK
RGB Variations
Color information
#6F1B60 (or 0x6F1B60) is known color: Palatinate Purple. HEX triplet: 6F, 1B and 60. RGB value is (111,27,96). Sum of RGB (Red+Green+Blue) = 111+27+96=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B60 is #90E49F. Grayscale: #3B3B3B. Windows color (decimal): -9495712 or 6298479. OLE color: 6298479.
HSL color Cylindrical-coordinate representation of color #6F1B60: hue angle of 310.71º 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 #6F1B60 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 96 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.56 |
| HSL | 310.71º | 0.61% | 0.27% | - |
| HSV(B) | 310.71º | 0.76% | 0.44% | - |
| XYZ | 9.06 | 5.01 | 11.56 | - |
| YUV | 59.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 96 | 0 | 0.76 | 0.14 | 0.56 | 310.71 | 0.61 | 0.27 |
| Hex | 6F | 1B | 60 | 0 | 4C | E | 38 | 137 | 3D | 1B |
| Octal | 157 | 33 | 140 | 0 | 114 | 16 | 70 | 467 | 75 | 33 |
| Binary | 1101111 | 11011 | 1100000 | 0 | 1001100 | 1110 | 111000 | 100110111 | 111101 | 11011 |
Color Harmonies of #6F1B60
Complementary color
Monochromatic Colors of #6F1B60
Black with #6F1B60
Text Example
Text Example
White with #6F1B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B60; }
p { color: rgb(111,27,96); }
H1.HeaderClassName
{
color: #6F1B60;
}
.AnyTagClassName
{
color: #6F1B60;
}
</style>
background-color css
<style>
a { background-color: #6F1B60; }
a { background-color: rgb(111,27,96); }
div.DivClassName
{
background-color: #6F1B60;
}
.BgClassName
{
background-color: #6F1B60;
}
</style>
border-color css
<style>
span { border-color: #6F1B60; }
span { border-color: rgb(111,27,96); }
td.TdClassName
{
border-color: #6F1B60;
}
.TagClassName
{
border-color: #6F1B60;
}
</style>