Shades of Palatinate Purple #6F345E
Tints of Palatinate Purple #6F345E
RGB
CMYK
RGB Variations
Color information
#6F345E (or 0x6F345E) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 5E. RGB value is (111,52,94). Sum of RGB (Red+Green+Blue) = 111+52+94=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F345E is #90CBA1. Grayscale: #4A4A4A. Windows color (decimal): -9489314 or 6173807. OLE color: 6173807.
HSL color Cylindrical-coordinate representation of color #6F345E: hue angle of 317.29º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F345E is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 94 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.56 |
| HSL | 317.29º | 0.36% | 0.32% | - |
| HSV(B) | 317.29º | 0.53% | 0.44% | - |
| XYZ | 9.8 | 6.64 | 11.36 | - |
| YUV | 74.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 94 | 0 | 0.53 | 0.15 | 0.56 | 317.29 | 0.36 | 0.32 |
| Hex | 6F | 34 | 5E | 0 | 35 | F | 38 | 13D | 24 | 20 |
| Octal | 157 | 64 | 136 | 0 | 65 | 17 | 70 | 475 | 44 | 40 |
| Binary | 1101111 | 110100 | 1011110 | 0 | 110101 | 1111 | 111000 | 100111101 | 100100 | 100000 |
Color Harmonies of #6F345E
Complementary color
Monochromatic Colors of #6F345E
Black with #6F345E
Text Example
Text Example
White with #6F345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F345E; }
p { color: rgb(111,52,94); }
H1.HeaderClassName
{
color: #6F345E;
}
.AnyTagClassName
{
color: #6F345E;
}
</style>
background-color css
<style>
a { background-color: #6F345E; }
a { background-color: rgb(111,52,94); }
div.DivClassName
{
background-color: #6F345E;
}
.BgClassName
{
background-color: #6F345E;
}
</style>
border-color css
<style>
span { border-color: #6F345E; }
span { border-color: rgb(111,52,94); }
td.TdClassName
{
border-color: #6F345E;
}
.TagClassName
{
border-color: #6F345E;
}
</style>