Shades of Palatinate Purple #6F095C
Tints of Palatinate Purple #6F095C
RGB
CMYK
RGB Variations
Color information
#6F095C (or 0x6F095C) is known color: Palatinate Purple. HEX triplet: 6F, 09 and 5C. RGB value is (111,9,92). Sum of RGB (Red+Green+Blue) = 111+9+92=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F095C is #90F6A3. Grayscale: #303030. Windows color (decimal): -9500324 or 6031727. OLE color: 6031727.
HSL color Cylindrical-coordinate representation of color #6F095C: hue angle of 311.18º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F095C is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 92 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.56 |
| HSL | 311.18º | 0.85% | 0.24% | - |
| HSV(B) | 311.18º | 0.92% | 0.44% | - |
| XYZ | 8.58 | 4.35 | 10.51 | - |
| YUV | 48.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 92 | 0 | 0.92 | 0.17 | 0.56 | 311.18 | 0.85 | 0.24 |
| Hex | 6F | 9 | 5C | 0 | 5C | 11 | 38 | 137 | 55 | 18 |
| Octal | 157 | 11 | 134 | 0 | 134 | 21 | 70 | 467 | 125 | 30 |
| Binary | 1101111 | 1001 | 1011100 | 0 | 1011100 | 10001 | 111000 | 100110111 | 1010101 | 11000 |
Color Harmonies of #6F095C
Complementary color
Monochromatic Colors of #6F095C
Black with #6F095C
Text Example
Text Example
White with #6F095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F095C; }
p { color: rgb(111,9,92); }
H1.HeaderClassName
{
color: #6F095C;
}
.AnyTagClassName
{
color: #6F095C;
}
</style>
background-color css
<style>
a { background-color: #6F095C; }
a { background-color: rgb(111,9,92); }
div.DivClassName
{
background-color: #6F095C;
}
.BgClassName
{
background-color: #6F095C;
}
</style>
border-color css
<style>
span { border-color: #6F095C; }
span { border-color: rgb(111,9,92); }
td.TdClassName
{
border-color: #6F095C;
}
.TagClassName
{
border-color: #6F095C;
}
</style>