Shades of Palatinate Purple #6F215B
Tints of Palatinate Purple #6F215B
RGB
CMYK
RGB Variations
Color information
#6F215B (or 0x6F215B) is known color: Palatinate Purple. HEX triplet: 6F, 21 and 5B. RGB value is (111,33,91). Sum of RGB (Red+Green+Blue) = 111+33+91=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F215B is #90DEA4. Grayscale: #3E3E3E. Windows color (decimal): -9494181 or 5972335. OLE color: 5972335.
HSL color Cylindrical-coordinate representation of color #6F215B: hue angle of 315.38º 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 #6F215B is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 91 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.56 |
| HSL | 315.38º | 0.54% | 0.28% | - |
| HSV(B) | 315.38º | 0.7% | 0.44% | - |
| XYZ | 8.99 | 5.22 | 10.43 | - |
| YUV | 62.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 91 | 0 | 0.70 | 0.18 | 0.56 | 315.38 | 0.54 | 0.28 |
| Hex | 6F | 21 | 5B | 0 | 46 | 12 | 38 | 13B | 36 | 1C |
| Octal | 157 | 41 | 133 | 0 | 106 | 22 | 70 | 473 | 66 | 34 |
| Binary | 1101111 | 100001 | 1011011 | 0 | 1000110 | 10010 | 111000 | 100111011 | 110110 | 11100 |
Color Harmonies of #6F215B
Complementary color
Monochromatic Colors of #6F215B
Black with #6F215B
Text Example
Text Example
White with #6F215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F215B; }
p { color: rgb(111,33,91); }
H1.HeaderClassName
{
color: #6F215B;
}
.AnyTagClassName
{
color: #6F215B;
}
</style>
background-color css
<style>
a { background-color: #6F215B; }
a { background-color: rgb(111,33,91); }
div.DivClassName
{
background-color: #6F215B;
}
.BgClassName
{
background-color: #6F215B;
}
</style>
border-color css
<style>
span { border-color: #6F215B; }
span { border-color: rgb(111,33,91); }
td.TdClassName
{
border-color: #6F215B;
}
.TagClassName
{
border-color: #6F215B;
}
</style>