Shades of Palatinate Purple #6F0C5C
Tints of Palatinate Purple #6F0C5C
RGB
CMYK
RGB Variations
Color information
#6F0C5C (or 0x6F0C5C) is known color: Palatinate Purple. HEX triplet: 6F, 0C and 5C. RGB value is (111,12,92). Sum of RGB (Red+Green+Blue) = 111+12+92=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C5C is #90F3A3. Grayscale: #323232. Windows color (decimal): -9499556 or 6032495. OLE color: 6032495.
HSL color Cylindrical-coordinate representation of color #6F0C5C: hue angle of 311.52º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C5C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 92 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.56 |
| HSL | 311.52º | 0.8% | 0.24% | - |
| HSV(B) | 311.52º | 0.89% | 0.44% | - |
| XYZ | 8.62 | 4.42 | 10.52 | - |
| YUV | 50.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 92 | 0 | 0.89 | 0.17 | 0.56 | 311.52 | 0.8 | 0.24 |
| Hex | 6F | C | 5C | 0 | 59 | 11 | 38 | 138 | 50 | 18 |
| Octal | 157 | 14 | 134 | 0 | 131 | 21 | 70 | 470 | 120 | 30 |
| Binary | 1101111 | 1100 | 1011100 | 0 | 1011001 | 10001 | 111000 | 100111000 | 1010000 | 11000 |
Color Harmonies of #6F0C5C
Complementary color
Monochromatic Colors of #6F0C5C
Black with #6F0C5C
Text Example
Text Example
White with #6F0C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C5C; }
p { color: rgb(111,12,92); }
H1.HeaderClassName
{
color: #6F0C5C;
}
.AnyTagClassName
{
color: #6F0C5C;
}
</style>
background-color css
<style>
a { background-color: #6F0C5C; }
a { background-color: rgb(111,12,92); }
div.DivClassName
{
background-color: #6F0C5C;
}
.BgClassName
{
background-color: #6F0C5C;
}
</style>
border-color css
<style>
span { border-color: #6F0C5C; }
span { border-color: rgb(111,12,92); }
td.TdClassName
{
border-color: #6F0C5C;
}
.TagClassName
{
border-color: #6F0C5C;
}
</style>