Shades of Palatinate Purple #6F1B62
Tints of Palatinate Purple #6F1B62
RGB
CMYK
RGB Variations
Color information
#6F1B62 (or 0x6F1B62) is known color: Palatinate Purple. HEX triplet: 6F, 1B and 62. RGB value is (111,27,98). Sum of RGB (Red+Green+Blue) = 111+27+98=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B62 is #90E49D. Grayscale: #3C3C3C. Windows color (decimal): -9495710 or 6429551. OLE color: 6429551.
HSL color Cylindrical-coordinate representation of color #6F1B62: hue angle of 309.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B62 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 98 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.56 |
| HSL | 309.29º | 0.61% | 0.27% | - |
| HSV(B) | 309.29º | 0.76% | 0.44% | - |
| XYZ | 9.15 | 5.05 | 12.05 | - |
| YUV | 60.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 98 | 0 | 0.76 | 0.12 | 0.56 | 309.29 | 0.61 | 0.27 |
| Hex | 6F | 1B | 62 | 0 | 4C | C | 38 | 135 | 3D | 1B |
| Octal | 157 | 33 | 142 | 0 | 114 | 14 | 70 | 465 | 75 | 33 |
| Binary | 1101111 | 11011 | 1100010 | 0 | 1001100 | 1100 | 111000 | 100110101 | 111101 | 11011 |
Color Harmonies of #6F1B62
Complementary color
Monochromatic Colors of #6F1B62
Black with #6F1B62
Text Example
Text Example
White with #6F1B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B62; }
p { color: rgb(111,27,98); }
H1.HeaderClassName
{
color: #6F1B62;
}
.AnyTagClassName
{
color: #6F1B62;
}
</style>
background-color css
<style>
a { background-color: #6F1B62; }
a { background-color: rgb(111,27,98); }
div.DivClassName
{
background-color: #6F1B62;
}
.BgClassName
{
background-color: #6F1B62;
}
</style>
border-color css
<style>
span { border-color: #6F1B62; }
span { border-color: rgb(111,27,98); }
td.TdClassName
{
border-color: #6F1B62;
}
.TagClassName
{
border-color: #6F1B62;
}
</style>