Shades of Palatinate Purple #6F115A
Tints of Palatinate Purple #6F115A
RGB
CMYK
RGB Variations
Color information
#6F115A (or 0x6F115A) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 5A. RGB value is (111,17,90). Sum of RGB (Red+Green+Blue) = 111+17+90=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F115A is #90EEA5. Grayscale: #353535. Windows color (decimal): -9498278 or 5902703. OLE color: 5902703.
HSL color Cylindrical-coordinate representation of color #6F115A: hue angle of 313.4º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F115A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 90 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.56 |
| HSL | 313.4º | 0.73% | 0.25% | - |
| HSV(B) | 313.4º | 0.85% | 0.44% | - |
| XYZ | 8.6 | 4.52 | 10.09 | - |
| YUV | 53.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 90 | 0 | 0.85 | 0.19 | 0.56 | 313.4 | 0.73 | 0.25 |
| Hex | 6F | 11 | 5A | 0 | 55 | 13 | 38 | 139 | 49 | 19 |
| Octal | 157 | 21 | 132 | 0 | 125 | 23 | 70 | 471 | 111 | 31 |
| Binary | 1101111 | 10001 | 1011010 | 0 | 1010101 | 10011 | 111000 | 100111001 | 1001001 | 11001 |
Color Harmonies of #6F115A
Complementary color
Monochromatic Colors of #6F115A
Black with #6F115A
Text Example
Text Example
White with #6F115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F115A; }
p { color: rgb(111,17,90); }
H1.HeaderClassName
{
color: #6F115A;
}
.AnyTagClassName
{
color: #6F115A;
}
</style>
background-color css
<style>
a { background-color: #6F115A; }
a { background-color: rgb(111,17,90); }
div.DivClassName
{
background-color: #6F115A;
}
.BgClassName
{
background-color: #6F115A;
}
</style>
border-color css
<style>
span { border-color: #6F115A; }
span { border-color: rgb(111,17,90); }
td.TdClassName
{
border-color: #6F115A;
}
.TagClassName
{
border-color: #6F115A;
}
</style>