Shades of Palatinate Purple #6F0E5C
Tints of Palatinate Purple #6F0E5C
RGB
CMYK
RGB Variations
Color information
#6F0E5C (or 0x6F0E5C) is known color: Palatinate Purple. HEX triplet: 6F, 0E and 5C. RGB value is (111,14,92). Sum of RGB (Red+Green+Blue) = 111+14+92=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E5C is #90F1A3. Grayscale: #333333. Windows color (decimal): -9499044 or 6033007. OLE color: 6033007.
HSL color Cylindrical-coordinate representation of color #6F0E5C: hue angle of 311.75º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E5C is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 92 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.56 |
| HSL | 311.75º | 0.78% | 0.25% | - |
| HSV(B) | 311.75º | 0.87% | 0.44% | - |
| XYZ | 8.64 | 4.47 | 10.53 | - |
| YUV | 51.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 92 | 0 | 0.87 | 0.17 | 0.56 | 311.75 | 0.78 | 0.25 |
| Hex | 6F | E | 5C | 0 | 57 | 11 | 38 | 138 | 4E | 19 |
| Octal | 157 | 16 | 134 | 0 | 127 | 21 | 70 | 470 | 116 | 31 |
| Binary | 1101111 | 1110 | 1011100 | 0 | 1010111 | 10001 | 111000 | 100111000 | 1001110 | 11001 |
Color Harmonies of #6F0E5C
Complementary color
Monochromatic Colors of #6F0E5C
Black with #6F0E5C
Text Example
Text Example
White with #6F0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E5C; }
p { color: rgb(111,14,92); }
H1.HeaderClassName
{
color: #6F0E5C;
}
.AnyTagClassName
{
color: #6F0E5C;
}
</style>
background-color css
<style>
a { background-color: #6F0E5C; }
a { background-color: rgb(111,14,92); }
div.DivClassName
{
background-color: #6F0E5C;
}
.BgClassName
{
background-color: #6F0E5C;
}
</style>
border-color css
<style>
span { border-color: #6F0E5C; }
span { border-color: rgb(111,14,92); }
td.TdClassName
{
border-color: #6F0E5C;
}
.TagClassName
{
border-color: #6F0E5C;
}
</style>