Shades of Palatinate Purple #6F1364
Tints of Palatinate Purple #6F1364
RGB
CMYK
RGB Variations
Color information
#6F1364 (or 0x6F1364) is known color: Palatinate Purple. HEX triplet: 6F, 13 and 64. RGB value is (111,19,100). Sum of RGB (Red+Green+Blue) = 111+19+100=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1364 is #90EC9B. Grayscale: #373737. Windows color (decimal): -9497756 or 6558575. OLE color: 6558575.
HSL color Cylindrical-coordinate representation of color #6F1364: hue angle of 307.17º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1364 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 100 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.56 |
| HSL | 307.17º | 0.71% | 0.25% | - |
| HSV(B) | 307.17º | 0.83% | 0.44% | - |
| XYZ | 9.09 | 4.77 | 12.5 | - |
| YUV | 55.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 100 | 0 | 0.83 | 0.10 | 0.56 | 307.17 | 0.71 | 0.25 |
| Hex | 6F | 13 | 64 | 0 | 53 | A | 38 | 133 | 47 | 19 |
| Octal | 157 | 23 | 144 | 0 | 123 | 12 | 70 | 463 | 107 | 31 |
| Binary | 1101111 | 10011 | 1100100 | 0 | 1010011 | 1010 | 111000 | 100110011 | 1000111 | 11001 |
Color Harmonies of #6F1364
Complementary color
Monochromatic Colors of #6F1364
Black with #6F1364
Text Example
Text Example
White with #6F1364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1364; }
p { color: rgb(111,19,100); }
H1.HeaderClassName
{
color: #6F1364;
}
.AnyTagClassName
{
color: #6F1364;
}
</style>
background-color css
<style>
a { background-color: #6F1364; }
a { background-color: rgb(111,19,100); }
div.DivClassName
{
background-color: #6F1364;
}
.BgClassName
{
background-color: #6F1364;
}
</style>
border-color css
<style>
span { border-color: #6F1364; }
span { border-color: rgb(111,19,100); }
td.TdClassName
{
border-color: #6F1364;
}
.TagClassName
{
border-color: #6F1364;
}
</style>