Shades of Palatinate Purple #6F106B
Tints of Palatinate Purple #6F106B
RGB
CMYK
RGB Variations
Color information
#6F106B (or 0x6F106B) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 6B. RGB value is (111,16,107). Sum of RGB (Red+Green+Blue) = 111+16+107=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F106B is #90EF94. Grayscale: #363636. Windows color (decimal): -9498517 or 7016559. OLE color: 7016559.
HSL color Cylindrical-coordinate representation of color #6F106B: hue angle of 302.53º 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 #6F106B is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 107 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.56 |
| HSL | 302.53º | 0.75% | 0.25% | - |
| HSV(B) | 302.53º | 0.86% | 0.44% | - |
| XYZ | 9.39 | 4.81 | 14.34 | - |
| YUV | 54.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 107 | 0 | 0.86 | 0.04 | 0.56 | 302.53 | 0.75 | 0.25 |
| Hex | 6F | 10 | 6B | 0 | 56 | 4 | 38 | 12F | 4B | 19 |
| Octal | 157 | 20 | 153 | 0 | 126 | 4 | 70 | 457 | 113 | 31 |
| Binary | 1101111 | 10000 | 1101011 | 0 | 1010110 | 100 | 111000 | 100101111 | 1001011 | 11001 |
Color Harmonies of #6F106B
Complementary color
Monochromatic Colors of #6F106B
Black with #6F106B
Text Example
Text Example
White with #6F106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F106B; }
p { color: rgb(111,16,107); }
H1.HeaderClassName
{
color: #6F106B;
}
.AnyTagClassName
{
color: #6F106B;
}
</style>
background-color css
<style>
a { background-color: #6F106B; }
a { background-color: rgb(111,16,107); }
div.DivClassName
{
background-color: #6F106B;
}
.BgClassName
{
background-color: #6F106B;
}
</style>
border-color css
<style>
span { border-color: #6F106B; }
span { border-color: rgb(111,16,107); }
td.TdClassName
{
border-color: #6F106B;
}
.TagClassName
{
border-color: #6F106B;
}
</style>