Shades of Palatinate Purple #6F135B
Tints of Palatinate Purple #6F135B
RGB
CMYK
RGB Variations
Color information
#6F135B (or 0x6F135B) is known color: Palatinate Purple. HEX triplet: 6F, 13 and 5B. RGB value is (111,19,91). Sum of RGB (Red+Green+Blue) = 111+19+91=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F135B is #90ECA4. Grayscale: #363636. Windows color (decimal): -9497765 or 5968751. OLE color: 5968751.
HSL color Cylindrical-coordinate representation of color #6F135B: hue angle of 313.04º 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 #6F135B is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 91 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.56 |
| HSL | 313.04º | 0.71% | 0.25% | - |
| HSV(B) | 313.04º | 0.83% | 0.44% | - |
| XYZ | 8.68 | 4.6 | 10.33 | - |
| YUV | 54.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 91 | 0 | 0.83 | 0.18 | 0.56 | 313.04 | 0.71 | 0.25 |
| Hex | 6F | 13 | 5B | 0 | 53 | 12 | 38 | 139 | 47 | 19 |
| Octal | 157 | 23 | 133 | 0 | 123 | 22 | 70 | 471 | 107 | 31 |
| Binary | 1101111 | 10011 | 1011011 | 0 | 1010011 | 10010 | 111000 | 100111001 | 1000111 | 11001 |
Color Harmonies of #6F135B
Complementary color
Monochromatic Colors of #6F135B
Black with #6F135B
Text Example
Text Example
White with #6F135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F135B; }
p { color: rgb(111,19,91); }
H1.HeaderClassName
{
color: #6F135B;
}
.AnyTagClassName
{
color: #6F135B;
}
</style>
background-color css
<style>
a { background-color: #6F135B; }
a { background-color: rgb(111,19,91); }
div.DivClassName
{
background-color: #6F135B;
}
.BgClassName
{
background-color: #6F135B;
}
</style>
border-color css
<style>
span { border-color: #6F135B; }
span { border-color: rgb(111,19,91); }
td.TdClassName
{
border-color: #6F135B;
}
.TagClassName
{
border-color: #6F135B;
}
</style>