Shades of Palatinate Purple #6F085A
Tints of Palatinate Purple #6F085A
RGB
CMYK
RGB Variations
Color information
#6F085A (or 0x6F085A) is known color: Palatinate Purple. HEX triplet: 6F, 08 and 5A. RGB value is (111,8,90). Sum of RGB (Red+Green+Blue) = 111+8+90=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F085A is #90F7A5. Grayscale: #2F2F2F. Windows color (decimal): -9500582 or 5900399. OLE color: 5900399.
HSL color Cylindrical-coordinate representation of color #6F085A: hue angle of 312.23º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F085A is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 90 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.56 |
| HSL | 312.23º | 0.87% | 0.23% | - |
| HSV(B) | 312.23º | 0.93% | 0.44% | - |
| XYZ | 8.49 | 4.29 | 10.05 | - |
| YUV | 48.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 90 | 0 | 0.93 | 0.19 | 0.56 | 312.23 | 0.87 | 0.23 |
| Hex | 6F | 8 | 5A | 0 | 5D | 13 | 38 | 138 | 57 | 17 |
| Octal | 157 | 10 | 132 | 0 | 135 | 23 | 70 | 470 | 127 | 27 |
| Binary | 1101111 | 1000 | 1011010 | 0 | 1011101 | 10011 | 111000 | 100111000 | 1010111 | 10111 |
Color Harmonies of #6F085A
Complementary color
Monochromatic Colors of #6F085A
Black with #6F085A
Text Example
Text Example
White with #6F085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F085A; }
p { color: rgb(111,8,90); }
H1.HeaderClassName
{
color: #6F085A;
}
.AnyTagClassName
{
color: #6F085A;
}
</style>
background-color css
<style>
a { background-color: #6F085A; }
a { background-color: rgb(111,8,90); }
div.DivClassName
{
background-color: #6F085A;
}
.BgClassName
{
background-color: #6F085A;
}
</style>
border-color css
<style>
span { border-color: #6F085A; }
span { border-color: rgb(111,8,90); }
td.TdClassName
{
border-color: #6F085A;
}
.TagClassName
{
border-color: #6F085A;
}
</style>