Shades of Palatinate Purple #6F0561
Tints of Palatinate Purple #6F0561
RGB
CMYK
RGB Variations
Color information
#6F0561 (or 0x6F0561) is known color: Palatinate Purple. HEX triplet: 6F, 05 and 61. RGB value is (111,5,97). Sum of RGB (Red+Green+Blue) = 111+5+97=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0561 is #90FA9E. Grayscale: #2E2E2E. Windows color (decimal): -9501343 or 6358383. OLE color: 6358383.
HSL color Cylindrical-coordinate representation of color #6F0561: hue angle of 307.92º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0561 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 97 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.56 |
| HSL | 307.92º | 0.91% | 0.23% | - |
| HSV(B) | 307.92º | 0.95% | 0.44% | - |
| XYZ | 8.77 | 4.35 | 11.69 | - |
| YUV | 47.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 97 | 0 | 0.95 | 0.13 | 0.56 | 307.92 | 0.91 | 0.23 |
| Hex | 6F | 5 | 61 | 0 | 5F | D | 38 | 134 | 5B | 17 |
| Octal | 157 | 5 | 141 | 0 | 137 | 15 | 70 | 464 | 133 | 27 |
| Binary | 1101111 | 101 | 1100001 | 0 | 1011111 | 1101 | 111000 | 100110100 | 1011011 | 10111 |
Color Harmonies of #6F0561
Complementary color
Monochromatic Colors of #6F0561
Black with #6F0561
Text Example
Text Example
White with #6F0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0561; }
p { color: rgb(111,5,97); }
H1.HeaderClassName
{
color: #6F0561;
}
.AnyTagClassName
{
color: #6F0561;
}
</style>
background-color css
<style>
a { background-color: #6F0561; }
a { background-color: rgb(111,5,97); }
div.DivClassName
{
background-color: #6F0561;
}
.BgClassName
{
background-color: #6F0561;
}
</style>
border-color css
<style>
span { border-color: #6F0561; }
span { border-color: rgb(111,5,97); }
td.TdClassName
{
border-color: #6F0561;
}
.TagClassName
{
border-color: #6F0561;
}
</style>