Shades of Palatinate Purple #6F1764
Tints of Palatinate Purple #6F1764
RGB
CMYK
RGB Variations
Color information
#6F1764 (or 0x6F1764) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 64. RGB value is (111,23,100). Sum of RGB (Red+Green+Blue) = 111+23+100=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1764 is #90E89B. Grayscale: #393939. Windows color (decimal): -9496732 or 6559599. OLE color: 6559599.
HSL color Cylindrical-coordinate representation of color #6F1764: hue angle of 307.5º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1764 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 100 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.56 |
| HSL | 307.5º | 0.66% | 0.26% | - |
| HSV(B) | 307.5º | 0.79% | 0.44% | - |
| XYZ | 9.16 | 4.91 | 12.52 | - |
| YUV | 58.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 100 | 0 | 0.79 | 0.10 | 0.56 | 307.5 | 0.66 | 0.26 |
| Hex | 6F | 17 | 64 | 0 | 4F | A | 38 | 134 | 42 | 1A |
| Octal | 157 | 27 | 144 | 0 | 117 | 12 | 70 | 464 | 102 | 32 |
| Binary | 1101111 | 10111 | 1100100 | 0 | 1001111 | 1010 | 111000 | 100110100 | 1000010 | 11010 |
Color Harmonies of #6F1764
Complementary color
Monochromatic Colors of #6F1764
Black with #6F1764
Text Example
Text Example
White with #6F1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1764; }
p { color: rgb(111,23,100); }
H1.HeaderClassName
{
color: #6F1764;
}
.AnyTagClassName
{
color: #6F1764;
}
</style>
background-color css
<style>
a { background-color: #6F1764; }
a { background-color: rgb(111,23,100); }
div.DivClassName
{
background-color: #6F1764;
}
.BgClassName
{
background-color: #6F1764;
}
</style>
border-color css
<style>
span { border-color: #6F1764; }
span { border-color: rgb(111,23,100); }
td.TdClassName
{
border-color: #6F1764;
}
.TagClassName
{
border-color: #6F1764;
}
</style>