Shades of Palatinate Purple #6F2D58
Tints of Palatinate Purple #6F2D58
RGB
CMYK
RGB Variations
Color information
#6F2D58 (or 0x6F2D58) is known color: Palatinate Purple. HEX triplet: 6F, 2D and 58. RGB value is (111,45,88). Sum of RGB (Red+Green+Blue) = 111+45+88=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2D58 is #90D2A7. Grayscale: #454545. Windows color (decimal): -9491112 or 5778799. OLE color: 5778799.
HSL color Cylindrical-coordinate representation of color #6F2D58: hue angle of 320.91º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2D58 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 88 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.56 |
| HSL | 320.91º | 0.42% | 0.31% | - |
| HSV(B) | 320.91º | 0.59% | 0.44% | - |
| XYZ | 9.26 | 5.96 | 9.9 | - |
| YUV | 69.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 88 | 0 | 0.59 | 0.21 | 0.56 | 320.91 | 0.42 | 0.31 |
| Hex | 6F | 2D | 58 | 0 | 3B | 15 | 38 | 141 | 2A | 1F |
| Octal | 157 | 55 | 130 | 0 | 73 | 25 | 70 | 501 | 52 | 37 |
| Binary | 1101111 | 101101 | 1011000 | 0 | 111011 | 10101 | 111000 | 101000001 | 101010 | 11111 |
Color Harmonies of #6F2D58
Complementary color
Monochromatic Colors of #6F2D58
Black with #6F2D58
Text Example
Text Example
White with #6F2D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D58; }
p { color: rgb(111,45,88); }
H1.HeaderClassName
{
color: #6F2D58;
}
.AnyTagClassName
{
color: #6F2D58;
}
</style>
background-color css
<style>
a { background-color: #6F2D58; }
a { background-color: rgb(111,45,88); }
div.DivClassName
{
background-color: #6F2D58;
}
.BgClassName
{
background-color: #6F2D58;
}
</style>
border-color css
<style>
span { border-color: #6F2D58; }
span { border-color: rgb(111,45,88); }
td.TdClassName
{
border-color: #6F2D58;
}
.TagClassName
{
border-color: #6F2D58;
}
</style>