Shades of Palatinate Purple #6F3860
Tints of Palatinate Purple #6F3860
RGB
CMYK
RGB Variations
Color information
#6F3860 (or 0x6F3860) is known color: Palatinate Purple. HEX triplet: 6F, 38 and 60. RGB value is (111,56,96). Sum of RGB (Red+Green+Blue) = 111+56+96=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3860 is #90C79F. Grayscale: #4C4C4C. Windows color (decimal): -9488288 or 6305903. OLE color: 6305903.
HSL color Cylindrical-coordinate representation of color #6F3860: hue angle of 316.36º 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 #6F3860 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 96 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.56 |
| HSL | 316.36º | 0.33% | 0.33% | - |
| HSV(B) | 316.36º | 0.5% | 0.44% | - |
| XYZ | 10.08 | 7.05 | 11.9 | - |
| YUV | 77.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 96 | 0 | 0.50 | 0.14 | 0.56 | 316.36 | 0.33 | 0.33 |
| Hex | 6F | 38 | 60 | 0 | 32 | E | 38 | 13C | 21 | 21 |
| Octal | 157 | 70 | 140 | 0 | 62 | 16 | 70 | 474 | 41 | 41 |
| Binary | 1101111 | 111000 | 1100000 | 0 | 110010 | 1110 | 111000 | 100111100 | 100001 | 100001 |
Color Harmonies of #6F3860
Complementary color
Monochromatic Colors of #6F3860
Black with #6F3860
Text Example
Text Example
White with #6F3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3860; }
p { color: rgb(111,56,96); }
H1.HeaderClassName
{
color: #6F3860;
}
.AnyTagClassName
{
color: #6F3860;
}
</style>
background-color css
<style>
a { background-color: #6F3860; }
a { background-color: rgb(111,56,96); }
div.DivClassName
{
background-color: #6F3860;
}
.BgClassName
{
background-color: #6F3860;
}
</style>
border-color css
<style>
span { border-color: #6F3860; }
span { border-color: rgb(111,56,96); }
td.TdClassName
{
border-color: #6F3860;
}
.TagClassName
{
border-color: #6F3860;
}
</style>