Shades of Palatinate Purple #6F3B60
Tints of Palatinate Purple #6F3B60
RGB
CMYK
RGB Variations
Color information
#6F3B60 (or 0x6F3B60) is known color: Palatinate Purple. HEX triplet: 6F, 3B and 60. RGB value is (111,59,96). Sum of RGB (Red+Green+Blue) = 111+59+96=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B60 is #90C49F. Grayscale: #4E4E4E. Windows color (decimal): -9487520 or 6306671. OLE color: 6306671.
HSL color Cylindrical-coordinate representation of color #6F3B60: hue angle of 317.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F3B60 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 59 | 96 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.56 |
| HSL | 317.31º | 0.31% | 0.33% | - |
| HSV(B) | 317.31º | 0.47% | 0.44% | - |
| XYZ | 10.23 | 7.35 | 11.95 | - |
| YUV | 78.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 96 | 0 | 0.47 | 0.14 | 0.56 | 317.31 | 0.31 | 0.33 |
| Hex | 6F | 3B | 60 | 0 | 2F | E | 38 | 13D | 1F | 21 |
| Octal | 157 | 73 | 140 | 0 | 57 | 16 | 70 | 475 | 37 | 41 |
| Binary | 1101111 | 111011 | 1100000 | 0 | 101111 | 1110 | 111000 | 100111101 | 11111 | 100001 |
Color Harmonies of #6F3B60
Complementary color
Monochromatic Colors of #6F3B60
Black with #6F3B60
Text Example
Text Example
White with #6F3B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3B60; }
p { color: rgb(111,59,96); }
H1.HeaderClassName
{
color: #6F3B60;
}
.AnyTagClassName
{
color: #6F3B60;
}
</style>
background-color css
<style>
a { background-color: #6F3B60; }
a { background-color: rgb(111,59,96); }
div.DivClassName
{
background-color: #6F3B60;
}
.BgClassName
{
background-color: #6F3B60;
}
</style>
border-color css
<style>
span { border-color: #6F3B60; }
span { border-color: rgb(111,59,96); }
td.TdClassName
{
border-color: #6F3B60;
}
.TagClassName
{
border-color: #6F3B60;
}
</style>