Shades of Palatinate Purple #6F3059
Tints of Palatinate Purple #6F3059
RGB
CMYK
RGB Variations
Color information
#6F3059 (or 0x6F3059) is known color: Palatinate Purple. HEX triplet: 6F, 30 and 59. RGB value is (111,48,89). Sum of RGB (Red+Green+Blue) = 111+48+89=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3059 is #90CFA6. Grayscale: #474747. Windows color (decimal): -9490343 or 5845103. OLE color: 5845103.
HSL color Cylindrical-coordinate representation of color #6F3059: hue angle of 320.95º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F3059 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 89 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.56 |
| HSL | 320.95º | 0.4% | 0.31% | - |
| HSV(B) | 320.95º | 0.57% | 0.44% | - |
| XYZ | 9.42 | 6.21 | 10.15 | - |
| YUV | 71.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 89 | 0 | 0.57 | 0.20 | 0.56 | 320.95 | 0.4 | 0.31 |
| Hex | 6F | 30 | 59 | 0 | 39 | 14 | 38 | 141 | 28 | 1F |
| Octal | 157 | 60 | 131 | 0 | 71 | 24 | 70 | 501 | 50 | 37 |
| Binary | 1101111 | 110000 | 1011001 | 0 | 111001 | 10100 | 111000 | 101000001 | 101000 | 11111 |
Color Harmonies of #6F3059
Complementary color
Monochromatic Colors of #6F3059
Black with #6F3059
Text Example
Text Example
White with #6F3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3059; }
p { color: rgb(111,48,89); }
H1.HeaderClassName
{
color: #6F3059;
}
.AnyTagClassName
{
color: #6F3059;
}
</style>
background-color css
<style>
a { background-color: #6F3059; }
a { background-color: rgb(111,48,89); }
div.DivClassName
{
background-color: #6F3059;
}
.BgClassName
{
background-color: #6F3059;
}
</style>
border-color css
<style>
span { border-color: #6F3059; }
span { border-color: rgb(111,48,89); }
td.TdClassName
{
border-color: #6F3059;
}
.TagClassName
{
border-color: #6F3059;
}
</style>