Shades of Palatinate Purple #6F0F5C
Tints of Palatinate Purple #6F0F5C
RGB
CMYK
RGB Variations
Color information
#6F0F5C (or 0x6F0F5C) is known color: Palatinate Purple. HEX triplet: 6F, 0F and 5C. RGB value is (111,15,92). Sum of RGB (Red+Green+Blue) = 111+15+92=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F5C is #90F0A3. Grayscale: #343434. Windows color (decimal): -9498788 or 6033263. OLE color: 6033263.
HSL color Cylindrical-coordinate representation of color #6F0F5C: hue angle of 311.88º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F5C is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 92 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.56 |
| HSL | 311.88º | 0.76% | 0.25% | - |
| HSV(B) | 311.88º | 0.86% | 0.44% | - |
| XYZ | 8.66 | 4.49 | 10.54 | - |
| YUV | 52.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 92 | 0 | 0.86 | 0.17 | 0.56 | 311.88 | 0.76 | 0.25 |
| Hex | 6F | F | 5C | 0 | 56 | 11 | 38 | 138 | 4C | 19 |
| Octal | 157 | 17 | 134 | 0 | 126 | 21 | 70 | 470 | 114 | 31 |
| Binary | 1101111 | 1111 | 1011100 | 0 | 1010110 | 10001 | 111000 | 100111000 | 1001100 | 11001 |
Color Harmonies of #6F0F5C
Complementary color
Monochromatic Colors of #6F0F5C
Black with #6F0F5C
Text Example
Text Example
White with #6F0F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F5C; }
p { color: rgb(111,15,92); }
H1.HeaderClassName
{
color: #6F0F5C;
}
.AnyTagClassName
{
color: #6F0F5C;
}
</style>
background-color css
<style>
a { background-color: #6F0F5C; }
a { background-color: rgb(111,15,92); }
div.DivClassName
{
background-color: #6F0F5C;
}
.BgClassName
{
background-color: #6F0F5C;
}
</style>
border-color css
<style>
span { border-color: #6F0F5C; }
span { border-color: rgb(111,15,92); }
td.TdClassName
{
border-color: #6F0F5C;
}
.TagClassName
{
border-color: #6F0F5C;
}
</style>