Shades of Palatinate Purple #6F0C58
Tints of Palatinate Purple #6F0C58
RGB
CMYK
RGB Variations
Color information
#6F0C58 (or 0x6F0C58) is known color: Palatinate Purple. HEX triplet: 6F, 0C and 58. RGB value is (111,12,88). Sum of RGB (Red+Green+Blue) = 111+12+88=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C58 is #90F3A7. Grayscale: #323232. Windows color (decimal): -9499560 or 5770351. OLE color: 5770351.
HSL color Cylindrical-coordinate representation of color #6F0C58: hue angle of 313.94º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C58 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 88 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.56 |
| HSL | 313.94º | 0.8% | 0.24% | - |
| HSV(B) | 313.94º | 0.89% | 0.44% | - |
| XYZ | 8.45 | 4.35 | 9.63 | - |
| YUV | 50.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 88 | 0 | 0.89 | 0.21 | 0.56 | 313.94 | 0.8 | 0.24 |
| Hex | 6F | C | 58 | 0 | 59 | 15 | 38 | 13A | 50 | 18 |
| Octal | 157 | 14 | 130 | 0 | 131 | 25 | 70 | 472 | 120 | 30 |
| Binary | 1101111 | 1100 | 1011000 | 0 | 1011001 | 10101 | 111000 | 100111010 | 1010000 | 11000 |
Color Harmonies of #6F0C58
Complementary color
Monochromatic Colors of #6F0C58
Black with #6F0C58
Text Example
Text Example
White with #6F0C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C58; }
p { color: rgb(111,12,88); }
H1.HeaderClassName
{
color: #6F0C58;
}
.AnyTagClassName
{
color: #6F0C58;
}
</style>
background-color css
<style>
a { background-color: #6F0C58; }
a { background-color: rgb(111,12,88); }
div.DivClassName
{
background-color: #6F0C58;
}
.BgClassName
{
background-color: #6F0C58;
}
</style>
border-color css
<style>
span { border-color: #6F0C58; }
span { border-color: rgb(111,12,88); }
td.TdClassName
{
border-color: #6F0C58;
}
.TagClassName
{
border-color: #6F0C58;
}
</style>