Shades of Palatinate Purple #6F105C
Tints of Palatinate Purple #6F105C
RGB
CMYK
RGB Variations
Color information
#6F105C (or 0x6F105C) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 5C. RGB value is (111,16,92). Sum of RGB (Red+Green+Blue) = 111+16+92=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F105C is #90EFA3. Grayscale: #343434. Windows color (decimal): -9498532 or 6033519. OLE color: 6033519.
HSL color Cylindrical-coordinate representation of color #6F105C: hue angle of 312º degrees, saturation: 0.75, 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 #6F105C is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 92 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.56 |
| HSL | 312º | 0.75% | 0.25% | - |
| HSV(B) | 312º | 0.86% | 0.44% | - |
| XYZ | 8.67 | 4.52 | 10.54 | - |
| YUV | 53.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 92 | 0 | 0.86 | 0.17 | 0.56 | 312 | 0.75 | 0.25 |
| Hex | 6F | 10 | 5C | 0 | 56 | 11 | 38 | 138 | 4B | 19 |
| Octal | 157 | 20 | 134 | 0 | 126 | 21 | 70 | 470 | 113 | 31 |
| Binary | 1101111 | 10000 | 1011100 | 0 | 1010110 | 10001 | 111000 | 100111000 | 1001011 | 11001 |
Color Harmonies of #6F105C
Complementary color
Monochromatic Colors of #6F105C
Black with #6F105C
Text Example
Text Example
White with #6F105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F105C; }
p { color: rgb(111,16,92); }
H1.HeaderClassName
{
color: #6F105C;
}
.AnyTagClassName
{
color: #6F105C;
}
</style>
background-color css
<style>
a { background-color: #6F105C; }
a { background-color: rgb(111,16,92); }
div.DivClassName
{
background-color: #6F105C;
}
.BgClassName
{
background-color: #6F105C;
}
</style>
border-color css
<style>
span { border-color: #6F105C; }
span { border-color: rgb(111,16,92); }
td.TdClassName
{
border-color: #6F105C;
}
.TagClassName
{
border-color: #6F105C;
}
</style>