Shades of Palatinate Purple #6F055F
Tints of Palatinate Purple #6F055F
RGB
CMYK
RGB Variations
Color information
#6F055F (or 0x6F055F) is known color: Palatinate Purple. HEX triplet: 6F, 05 and 5F. RGB value is (111,5,95). Sum of RGB (Red+Green+Blue) = 111+5+95=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F055F is #90FAA0. Grayscale: #2E2E2E. Windows color (decimal): -9501345 or 6227311. OLE color: 6227311.
HSL color Cylindrical-coordinate representation of color #6F055F: hue angle of 309.06º 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 #6F055F is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 95 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.56 |
| HSL | 309.06º | 0.91% | 0.23% | - |
| HSV(B) | 309.06º | 0.95% | 0.44% | - |
| XYZ | 8.68 | 4.31 | 11.2 | - |
| YUV | 46.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 95 | 0 | 0.95 | 0.14 | 0.56 | 309.06 | 0.91 | 0.23 |
| Hex | 6F | 5 | 5F | 0 | 5F | E | 38 | 135 | 5B | 17 |
| Octal | 157 | 5 | 137 | 0 | 137 | 16 | 70 | 465 | 133 | 27 |
| Binary | 1101111 | 101 | 1011111 | 0 | 1011111 | 1110 | 111000 | 100110101 | 1011011 | 10111 |
Color Harmonies of #6F055F
Complementary color
Monochromatic Colors of #6F055F
Black with #6F055F
Text Example
Text Example
White with #6F055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F055F; }
p { color: rgb(111,5,95); }
H1.HeaderClassName
{
color: #6F055F;
}
.AnyTagClassName
{
color: #6F055F;
}
</style>
background-color css
<style>
a { background-color: #6F055F; }
a { background-color: rgb(111,5,95); }
div.DivClassName
{
background-color: #6F055F;
}
.BgClassName
{
background-color: #6F055F;
}
</style>
border-color css
<style>
span { border-color: #6F055F; }
span { border-color: rgb(111,5,95); }
td.TdClassName
{
border-color: #6F055F;
}
.TagClassName
{
border-color: #6F055F;
}
</style>