Shades of Palatinate Purple #6F0A60
Tints of Palatinate Purple #6F0A60
RGB
CMYK
RGB Variations
Color information
#6F0A60 (or 0x6F0A60) is known color: Palatinate Purple. HEX triplet: 6F, 0A and 60. RGB value is (111,10,96). Sum of RGB (Red+Green+Blue) = 111+10+96=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A60 is #90F59F. Grayscale: #313131. Windows color (decimal): -9500064 or 6294127. OLE color: 6294127.
HSL color Cylindrical-coordinate representation of color #6F0A60: hue angle of 308.91º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A60 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 96 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.56 |
| HSL | 308.91º | 0.83% | 0.24% | - |
| HSV(B) | 308.91º | 0.91% | 0.44% | - |
| XYZ | 8.78 | 4.44 | 11.46 | - |
| YUV | 50 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 96 | 0 | 0.91 | 0.14 | 0.56 | 308.91 | 0.83 | 0.24 |
| Hex | 6F | A | 60 | 0 | 5B | E | 38 | 135 | 53 | 18 |
| Octal | 157 | 12 | 140 | 0 | 133 | 16 | 70 | 465 | 123 | 30 |
| Binary | 1101111 | 1010 | 1100000 | 0 | 1011011 | 1110 | 111000 | 100110101 | 1010011 | 11000 |
Color Harmonies of #6F0A60
Complementary color
Monochromatic Colors of #6F0A60
Black with #6F0A60
Text Example
Text Example
White with #6F0A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A60; }
p { color: rgb(111,10,96); }
H1.HeaderClassName
{
color: #6F0A60;
}
.AnyTagClassName
{
color: #6F0A60;
}
</style>
background-color css
<style>
a { background-color: #6F0A60; }
a { background-color: rgb(111,10,96); }
div.DivClassName
{
background-color: #6F0A60;
}
.BgClassName
{
background-color: #6F0A60;
}
</style>
border-color css
<style>
span { border-color: #6F0A60; }
span { border-color: rgb(111,10,96); }
td.TdClassName
{
border-color: #6F0A60;
}
.TagClassName
{
border-color: #6F0A60;
}
</style>