Shades of Palatinate Purple #6F2162
Tints of Palatinate Purple #6F2162
RGB
CMYK
RGB Variations
Color information
#6F2162 (or 0x6F2162) is known color: Palatinate Purple. HEX triplet: 6F, 21 and 62. RGB value is (111,33,98). Sum of RGB (Red+Green+Blue) = 111+33+98=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2162 is #90DE9D. Grayscale: #3F3F3F. Windows color (decimal): -9494174 or 6431087. OLE color: 6431087.
HSL color Cylindrical-coordinate representation of color #6F2162: hue angle of 310º 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 #6F2162 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 98 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.56 |
| HSL | 310º | 0.54% | 0.28% | - |
| HSV(B) | 310º | 0.7% | 0.44% | - |
| XYZ | 9.3 | 5.35 | 12.1 | - |
| YUV | 63.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 98 | 0 | 0.70 | 0.12 | 0.56 | 310 | 0.54 | 0.28 |
| Hex | 6F | 21 | 62 | 0 | 46 | C | 38 | 136 | 36 | 1C |
| Octal | 157 | 41 | 142 | 0 | 106 | 14 | 70 | 466 | 66 | 34 |
| Binary | 1101111 | 100001 | 1100010 | 0 | 1000110 | 1100 | 111000 | 100110110 | 110110 | 11100 |
Color Harmonies of #6F2162
Complementary color
Monochromatic Colors of #6F2162
Black with #6F2162
Text Example
Text Example
White with #6F2162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2162; }
p { color: rgb(111,33,98); }
H1.HeaderClassName
{
color: #6F2162;
}
.AnyTagClassName
{
color: #6F2162;
}
</style>
background-color css
<style>
a { background-color: #6F2162; }
a { background-color: rgb(111,33,98); }
div.DivClassName
{
background-color: #6F2162;
}
.BgClassName
{
background-color: #6F2162;
}
</style>
border-color css
<style>
span { border-color: #6F2162; }
span { border-color: rgb(111,33,98); }
td.TdClassName
{
border-color: #6F2162;
}
.TagClassName
{
border-color: #6F2162;
}
</style>