Shades of Palatinate Purple #6F3760
Tints of Palatinate Purple #6F3760
RGB
CMYK
RGB Variations
Color information
#6F3760 (or 0x6F3760) is known color: Palatinate Purple. HEX triplet: 6F, 37 and 60. RGB value is (111,55,96). Sum of RGB (Red+Green+Blue) = 111+55+96=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3760 is #90C89F. Grayscale: #4C4C4C. Windows color (decimal): -9488544 or 6305647. OLE color: 6305647.
HSL color Cylindrical-coordinate representation of color #6F3760: hue angle of 316.07º degrees, saturation: 0.34, 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 #6F3760 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 96 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.56 |
| HSL | 316.07º | 0.34% | 0.33% | - |
| HSV(B) | 316.07º | 0.5% | 0.44% | - |
| XYZ | 10.03 | 6.96 | 11.88 | - |
| YUV | 76.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 96 | 0 | 0.50 | 0.14 | 0.56 | 316.07 | 0.34 | 0.33 |
| Hex | 6F | 37 | 60 | 0 | 32 | E | 38 | 13C | 22 | 21 |
| Octal | 157 | 67 | 140 | 0 | 62 | 16 | 70 | 474 | 42 | 41 |
| Binary | 1101111 | 110111 | 1100000 | 0 | 110010 | 1110 | 111000 | 100111100 | 100010 | 100001 |
Color Harmonies of #6F3760
Complementary color
Monochromatic Colors of #6F3760
Black with #6F3760
Text Example
Text Example
White with #6F3760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3760; }
p { color: rgb(111,55,96); }
H1.HeaderClassName
{
color: #6F3760;
}
.AnyTagClassName
{
color: #6F3760;
}
</style>
background-color css
<style>
a { background-color: #6F3760; }
a { background-color: rgb(111,55,96); }
div.DivClassName
{
background-color: #6F3760;
}
.BgClassName
{
background-color: #6F3760;
}
</style>
border-color css
<style>
span { border-color: #6F3760; }
span { border-color: rgb(111,55,96); }
td.TdClassName
{
border-color: #6F3760;
}
.TagClassName
{
border-color: #6F3760;
}
</style>