Shades of Palatinate Purple #6B0959
Tints of Palatinate Purple #6B0959
RGB
CMYK
RGB Variations
Color information
#6B0959 (or 0x6B0959) is known color: Palatinate Purple. HEX triplet: 6B, 09 and 59. RGB value is (107,9,89). Sum of RGB (Red+Green+Blue) = 107+9+89=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0959 is #94F6A6. Grayscale: #2F2F2F. Windows color (decimal): -9762471 or 5835115. OLE color: 5835115.
HSL color Cylindrical-coordinate representation of color #6B0959: hue angle of 311.02º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0959 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 9 | 89 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.58 |
| HSL | 311.02º | 0.84% | 0.23% | - |
| HSV(B) | 311.02º | 0.92% | 0.42% | - |
| XYZ | 7.96 | 4.04 | 9.81 | - |
| YUV | 47.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 89 | 0 | 0.92 | 0.17 | 0.58 | 311.02 | 0.84 | 0.23 |
| Hex | 6B | 9 | 59 | 0 | 5C | 11 | 3A | 137 | 54 | 17 |
| Octal | 153 | 11 | 131 | 0 | 134 | 21 | 72 | 467 | 124 | 27 |
| Binary | 1101011 | 1001 | 1011001 | 0 | 1011100 | 10001 | 111010 | 100110111 | 1010100 | 10111 |
Color Harmonies of #6B0959
Complementary color
Monochromatic Colors of #6B0959
Black with #6B0959
Text Example
Text Example
White with #6B0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0959; }
p { color: rgb(107,9,89); }
H1.HeaderClassName
{
color: #6B0959;
}
.AnyTagClassName
{
color: #6B0959;
}
</style>
background-color css
<style>
a { background-color: #6B0959; }
a { background-color: rgb(107,9,89); }
div.DivClassName
{
background-color: #6B0959;
}
.BgClassName
{
background-color: #6B0959;
}
</style>
border-color css
<style>
span { border-color: #6B0959; }
span { border-color: rgb(107,9,89); }
td.TdClassName
{
border-color: #6B0959;
}
.TagClassName
{
border-color: #6B0959;
}
</style>