Shades of Palatinate Purple #6F1F62
Tints of Palatinate Purple #6F1F62
RGB
CMYK
RGB Variations
Color information
#6F1F62 (or 0x6F1F62) is known color: Palatinate Purple. HEX triplet: 6F, 1F and 62. RGB value is (111,31,98). Sum of RGB (Red+Green+Blue) = 111+31+98=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1F62 is #90E09D. Grayscale: #3E3E3E. Windows color (decimal): -9494686 or 6430575. OLE color: 6430575.
HSL color Cylindrical-coordinate representation of color #6F1F62: hue angle of 309.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F62 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 98 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.56 |
| HSL | 309.75º | 0.56% | 0.28% | - |
| HSV(B) | 309.75º | 0.72% | 0.44% | - |
| XYZ | 9.25 | 5.24 | 12.08 | - |
| YUV | 62.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 98 | 0 | 0.72 | 0.12 | 0.56 | 309.75 | 0.56 | 0.28 |
| Hex | 6F | 1F | 62 | 0 | 48 | C | 38 | 136 | 38 | 1C |
| Octal | 157 | 37 | 142 | 0 | 110 | 14 | 70 | 466 | 70 | 34 |
| Binary | 1101111 | 11111 | 1100010 | 0 | 1001000 | 1100 | 111000 | 100110110 | 111000 | 11100 |
Color Harmonies of #6F1F62
Complementary color
Monochromatic Colors of #6F1F62
Black with #6F1F62
Text Example
Text Example
White with #6F1F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F62; }
p { color: rgb(111,31,98); }
H1.HeaderClassName
{
color: #6F1F62;
}
.AnyTagClassName
{
color: #6F1F62;
}
</style>
background-color css
<style>
a { background-color: #6F1F62; }
a { background-color: rgb(111,31,98); }
div.DivClassName
{
background-color: #6F1F62;
}
.BgClassName
{
background-color: #6F1F62;
}
</style>
border-color css
<style>
span { border-color: #6F1F62; }
span { border-color: rgb(111,31,98); }
td.TdClassName
{
border-color: #6F1F62;
}
.TagClassName
{
border-color: #6F1F62;
}
</style>