Shades of Palatinate Purple #6F285B
Tints of Palatinate Purple #6F285B
RGB
CMYK
RGB Variations
Color information
#6F285B (or 0x6F285B) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 5B. RGB value is (111,40,91). Sum of RGB (Red+Green+Blue) = 111+40+91=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F285B is #90D7A4. Grayscale: #424242. Windows color (decimal): -9492389 or 5974127. OLE color: 5974127.
HSL color Cylindrical-coordinate representation of color #6F285B: hue angle of 316.9º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F285B is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 91 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.56 |
| HSL | 316.9º | 0.47% | 0.3% | - |
| HSV(B) | 316.9º | 0.64% | 0.44% | - |
| XYZ | 9.2 | 5.65 | 10.5 | - |
| YUV | 67.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 91 | 0 | 0.64 | 0.18 | 0.56 | 316.9 | 0.47 | 0.3 |
| Hex | 6F | 28 | 5B | 0 | 40 | 12 | 38 | 13D | 2F | 1E |
| Octal | 157 | 50 | 133 | 0 | 100 | 22 | 70 | 475 | 57 | 36 |
| Binary | 1101111 | 101000 | 1011011 | 0 | 1000000 | 10010 | 111000 | 100111101 | 101111 | 11110 |
Color Harmonies of #6F285B
Complementary color
Monochromatic Colors of #6F285B
Black with #6F285B
Text Example
Text Example
White with #6F285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F285B; }
p { color: rgb(111,40,91); }
H1.HeaderClassName
{
color: #6F285B;
}
.AnyTagClassName
{
color: #6F285B;
}
</style>
background-color css
<style>
a { background-color: #6F285B; }
a { background-color: rgb(111,40,91); }
div.DivClassName
{
background-color: #6F285B;
}
.BgClassName
{
background-color: #6F285B;
}
</style>
border-color css
<style>
span { border-color: #6F285B; }
span { border-color: rgb(111,40,91); }
td.TdClassName
{
border-color: #6F285B;
}
.TagClassName
{
border-color: #6F285B;
}
</style>