Shades of Palatinate Purple #6F385E
Tints of Palatinate Purple #6F385E
RGB
CMYK
RGB Variations
Color information
#6F385E (or 0x6F385E) is known color: Palatinate Purple. HEX triplet: 6F, 38 and 5E. RGB value is (111,56,94). Sum of RGB (Red+Green+Blue) = 111+56+94=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F385E is #90C7A1. Grayscale: #4C4C4C. Windows color (decimal): -9488290 or 6174831. OLE color: 6174831.
HSL color Cylindrical-coordinate representation of color #6F385E: hue angle of 318.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F385E is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 94 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.56 |
| HSL | 318.55º | 0.33% | 0.33% | - |
| HSV(B) | 318.55º | 0.5% | 0.44% | - |
| XYZ | 9.99 | 7.02 | 11.42 | - |
| YUV | 76.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 94 | 0 | 0.50 | 0.15 | 0.56 | 318.55 | 0.33 | 0.33 |
| Hex | 6F | 38 | 5E | 0 | 32 | F | 38 | 13F | 21 | 21 |
| Octal | 157 | 70 | 136 | 0 | 62 | 17 | 70 | 477 | 41 | 41 |
| Binary | 1101111 | 111000 | 1011110 | 0 | 110010 | 1111 | 111000 | 100111111 | 100001 | 100001 |
Color Harmonies of #6F385E
Complementary color
Monochromatic Colors of #6F385E
Black with #6F385E
Text Example
Text Example
White with #6F385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F385E; }
p { color: rgb(111,56,94); }
H1.HeaderClassName
{
color: #6F385E;
}
.AnyTagClassName
{
color: #6F385E;
}
</style>
background-color css
<style>
a { background-color: #6F385E; }
a { background-color: rgb(111,56,94); }
div.DivClassName
{
background-color: #6F385E;
}
.BgClassName
{
background-color: #6F385E;
}
</style>
border-color css
<style>
span { border-color: #6F385E; }
span { border-color: rgb(111,56,94); }
td.TdClassName
{
border-color: #6F385E;
}
.TagClassName
{
border-color: #6F385E;
}
</style>