Shades of Palatinate Purple #6F3A60
Tints of Palatinate Purple #6F3A60
RGB
CMYK
RGB Variations
Color information
#6F3A60 (or 0x6F3A60) is known color: Palatinate Purple. HEX triplet: 6F, 3A and 60. RGB value is (111,58,96). Sum of RGB (Red+Green+Blue) = 111+58+96=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A60 is #90C59F. Grayscale: #4E4E4E. Windows color (decimal): -9487776 or 6306415. OLE color: 6306415.
HSL color Cylindrical-coordinate representation of color #6F3A60: hue angle of 316.98º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A60 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 96 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.56 |
| HSL | 316.98º | 0.31% | 0.33% | - |
| HSV(B) | 316.98º | 0.48% | 0.44% | - |
| XYZ | 10.18 | 7.25 | 11.93 | - |
| YUV | 78.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 96 | 0 | 0.48 | 0.14 | 0.56 | 316.98 | 0.31 | 0.33 |
| Hex | 6F | 3A | 60 | 0 | 30 | E | 38 | 13D | 1F | 21 |
| Octal | 157 | 72 | 140 | 0 | 60 | 16 | 70 | 475 | 37 | 41 |
| Binary | 1101111 | 111010 | 1100000 | 0 | 110000 | 1110 | 111000 | 100111101 | 11111 | 100001 |
Color Harmonies of #6F3A60
Complementary color
Monochromatic Colors of #6F3A60
Black with #6F3A60
Text Example
Text Example
White with #6F3A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A60; }
p { color: rgb(111,58,96); }
H1.HeaderClassName
{
color: #6F3A60;
}
.AnyTagClassName
{
color: #6F3A60;
}
</style>
background-color css
<style>
a { background-color: #6F3A60; }
a { background-color: rgb(111,58,96); }
div.DivClassName
{
background-color: #6F3A60;
}
.BgClassName
{
background-color: #6F3A60;
}
</style>
border-color css
<style>
span { border-color: #6F3A60; }
span { border-color: rgb(111,58,96); }
td.TdClassName
{
border-color: #6F3A60;
}
.TagClassName
{
border-color: #6F3A60;
}
</style>