Shades of Palatinate Purple #6F2E58
Tints of Palatinate Purple #6F2E58
RGB
CMYK
RGB Variations
Color information
#6F2E58 (or 0x6F2E58) is known color: Palatinate Purple. HEX triplet: 6F, 2E and 58. RGB value is (111,46,88). Sum of RGB (Red+Green+Blue) = 111+46+88=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2E58 is #90D1A7. Grayscale: #464646. Windows color (decimal): -9490856 or 5779055. OLE color: 5779055.
HSL color Cylindrical-coordinate representation of color #6F2E58: hue angle of 321.23º degrees, saturation: 0.41, 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 #6F2E58 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 46 | 88 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.56 |
| HSL | 321.23º | 0.41% | 0.31% | - |
| HSV(B) | 321.23º | 0.59% | 0.44% | - |
| XYZ | 9.29 | 6.04 | 9.91 | - |
| YUV | 70.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 88 | 0 | 0.59 | 0.21 | 0.56 | 321.23 | 0.41 | 0.31 |
| Hex | 6F | 2E | 58 | 0 | 3B | 15 | 38 | 141 | 29 | 1F |
| Octal | 157 | 56 | 130 | 0 | 73 | 25 | 70 | 501 | 51 | 37 |
| Binary | 1101111 | 101110 | 1011000 | 0 | 111011 | 10101 | 111000 | 101000001 | 101001 | 11111 |
Color Harmonies of #6F2E58
Complementary color
Monochromatic Colors of #6F2E58
Black with #6F2E58
Text Example
Text Example
White with #6F2E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E58; }
p { color: rgb(111,46,88); }
H1.HeaderClassName
{
color: #6F2E58;
}
.AnyTagClassName
{
color: #6F2E58;
}
</style>
background-color css
<style>
a { background-color: #6F2E58; }
a { background-color: rgb(111,46,88); }
div.DivClassName
{
background-color: #6F2E58;
}
.BgClassName
{
background-color: #6F2E58;
}
</style>
border-color css
<style>
span { border-color: #6F2E58; }
span { border-color: rgb(111,46,88); }
td.TdClassName
{
border-color: #6F2E58;
}
.TagClassName
{
border-color: #6F2E58;
}
</style>