Shades of Palatinate Purple #6F1E58
Tints of Palatinate Purple #6F1E58
RGB
CMYK
RGB Variations
Color information
#6F1E58 (or 0x6F1E58) is known color: Palatinate Purple. HEX triplet: 6F, 1E and 58. RGB value is (111,30,88). Sum of RGB (Red+Green+Blue) = 111+30+88=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E58 is #90E1A7. Grayscale: #3C3C3C. Windows color (decimal): -9494952 or 5774959. OLE color: 5774959.
HSL color Cylindrical-coordinate representation of color #6F1E58: hue angle of 317.04º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E58 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 88 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.56 |
| HSL | 317.04º | 0.57% | 0.28% | - |
| HSV(B) | 317.04º | 0.73% | 0.44% | - |
| XYZ | 8.78 | 5.01 | 9.74 | - |
| YUV | 60.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 88 | 0 | 0.73 | 0.21 | 0.56 | 317.04 | 0.57 | 0.28 |
| Hex | 6F | 1E | 58 | 0 | 49 | 15 | 38 | 13D | 39 | 1C |
| Octal | 157 | 36 | 130 | 0 | 111 | 25 | 70 | 475 | 71 | 34 |
| Binary | 1101111 | 11110 | 1011000 | 0 | 1001001 | 10101 | 111000 | 100111101 | 111001 | 11100 |
Color Harmonies of #6F1E58
Complementary color
Monochromatic Colors of #6F1E58
Black with #6F1E58
Text Example
Text Example
White with #6F1E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E58; }
p { color: rgb(111,30,88); }
H1.HeaderClassName
{
color: #6F1E58;
}
.AnyTagClassName
{
color: #6F1E58;
}
</style>
background-color css
<style>
a { background-color: #6F1E58; }
a { background-color: rgb(111,30,88); }
div.DivClassName
{
background-color: #6F1E58;
}
.BgClassName
{
background-color: #6F1E58;
}
</style>
border-color css
<style>
span { border-color: #6F1E58; }
span { border-color: rgb(111,30,88); }
td.TdClassName
{
border-color: #6F1E58;
}
.TagClassName
{
border-color: #6F1E58;
}
</style>