Shades of Palatinate Purple #6F136B
Tints of Palatinate Purple #6F136B
RGB
CMYK
RGB Variations
Color information
#6F136B (or 0x6F136B) is known color: Palatinate Purple. HEX triplet: 6F, 13 and 6B. RGB value is (111,19,107). Sum of RGB (Red+Green+Blue) = 111+19+107=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F136B is #90EC94. Grayscale: #383838. Windows color (decimal): -9497749 or 7017327. OLE color: 7017327.
HSL color Cylindrical-coordinate representation of color #6F136B: hue angle of 302.61º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F136B is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 107 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.56 |
| HSL | 302.61º | 0.71% | 0.25% | - |
| HSV(B) | 302.61º | 0.83% | 0.44% | - |
| XYZ | 9.44 | 4.91 | 14.36 | - |
| YUV | 56.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 107 | 0 | 0.83 | 0.04 | 0.56 | 302.61 | 0.71 | 0.25 |
| Hex | 6F | 13 | 6B | 0 | 53 | 4 | 38 | 12F | 47 | 19 |
| Octal | 157 | 23 | 153 | 0 | 123 | 4 | 70 | 457 | 107 | 31 |
| Binary | 1101111 | 10011 | 1101011 | 0 | 1010011 | 100 | 111000 | 100101111 | 1000111 | 11001 |
Color Harmonies of #6F136B
Complementary color
Monochromatic Colors of #6F136B
Black with #6F136B
Text Example
Text Example
White with #6F136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F136B; }
p { color: rgb(111,19,107); }
H1.HeaderClassName
{
color: #6F136B;
}
.AnyTagClassName
{
color: #6F136B;
}
</style>
background-color css
<style>
a { background-color: #6F136B; }
a { background-color: rgb(111,19,107); }
div.DivClassName
{
background-color: #6F136B;
}
.BgClassName
{
background-color: #6F136B;
}
</style>
border-color css
<style>
span { border-color: #6F136B; }
span { border-color: rgb(111,19,107); }
td.TdClassName
{
border-color: #6F136B;
}
.TagClassName
{
border-color: #6F136B;
}
</style>