Shades of Palatinate Purple #6F215D
Tints of Palatinate Purple #6F215D
RGB
CMYK
RGB Variations
Color information
#6F215D (or 0x6F215D) is known color: Palatinate Purple. HEX triplet: 6F, 21 and 5D. RGB value is (111,33,93). Sum of RGB (Red+Green+Blue) = 111+33+93=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F215D is #90DEA2. Grayscale: #3F3F3F. Windows color (decimal): -9494179 or 6103407. OLE color: 6103407.
HSL color Cylindrical-coordinate representation of color #6F215D: hue angle of 313.85º 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 #6F215D is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 93 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.56 |
| HSL | 313.85º | 0.54% | 0.28% | - |
| HSV(B) | 313.85º | 0.7% | 0.44% | - |
| XYZ | 9.08 | 5.26 | 10.89 | - |
| YUV | 63.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 93 | 0 | 0.70 | 0.16 | 0.56 | 313.85 | 0.54 | 0.28 |
| Hex | 6F | 21 | 5D | 0 | 46 | 10 | 38 | 13A | 36 | 1C |
| Octal | 157 | 41 | 135 | 0 | 106 | 20 | 70 | 472 | 66 | 34 |
| Binary | 1101111 | 100001 | 1011101 | 0 | 1000110 | 10000 | 111000 | 100111010 | 110110 | 11100 |
Color Harmonies of #6F215D
Complementary color
Monochromatic Colors of #6F215D
Black with #6F215D
Text Example
Text Example
White with #6F215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F215D; }
p { color: rgb(111,33,93); }
H1.HeaderClassName
{
color: #6F215D;
}
.AnyTagClassName
{
color: #6F215D;
}
</style>
background-color css
<style>
a { background-color: #6F215D; }
a { background-color: rgb(111,33,93); }
div.DivClassName
{
background-color: #6F215D;
}
.BgClassName
{
background-color: #6F215D;
}
</style>
border-color css
<style>
span { border-color: #6F215D; }
span { border-color: rgb(111,33,93); }
td.TdClassName
{
border-color: #6F215D;
}
.TagClassName
{
border-color: #6F215D;
}
</style>