Shades of Palatinate Purple #6F215E
Tints of Palatinate Purple #6F215E
RGB
CMYK
RGB Variations
Color information
#6F215E (or 0x6F215E) is known color: Palatinate Purple. HEX triplet: 6F, 21 and 5E. RGB value is (111,33,94). Sum of RGB (Red+Green+Blue) = 111+33+94=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F215E is #90DEA1. Grayscale: #3F3F3F. Windows color (decimal): -9494178 or 6168943. OLE color: 6168943.
HSL color Cylindrical-coordinate representation of color #6F215E: hue angle of 313.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F215E is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 94 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.56 |
| HSL | 313.08º | 0.54% | 0.28% | - |
| HSV(B) | 313.08º | 0.7% | 0.44% | - |
| XYZ | 9.12 | 5.28 | 11.13 | - |
| YUV | 63.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 94 | 0 | 0.70 | 0.15 | 0.56 | 313.08 | 0.54 | 0.28 |
| Hex | 6F | 21 | 5E | 0 | 46 | F | 38 | 139 | 36 | 1C |
| Octal | 157 | 41 | 136 | 0 | 106 | 17 | 70 | 471 | 66 | 34 |
| Binary | 1101111 | 100001 | 1011110 | 0 | 1000110 | 1111 | 111000 | 100111001 | 110110 | 11100 |
Color Harmonies of #6F215E
Complementary color
Monochromatic Colors of #6F215E
Black with #6F215E
Text Example
Text Example
White with #6F215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F215E; }
p { color: rgb(111,33,94); }
H1.HeaderClassName
{
color: #6F215E;
}
.AnyTagClassName
{
color: #6F215E;
}
</style>
background-color css
<style>
a { background-color: #6F215E; }
a { background-color: rgb(111,33,94); }
div.DivClassName
{
background-color: #6F215E;
}
.BgClassName
{
background-color: #6F215E;
}
</style>
border-color css
<style>
span { border-color: #6F215E; }
span { border-color: rgb(111,33,94); }
td.TdClassName
{
border-color: #6F215E;
}
.TagClassName
{
border-color: #6F215E;
}
</style>