Shades of Palatinate Purple #6B0F61
Tints of Palatinate Purple #6B0F61
RGB
CMYK
RGB Variations
Color information
#6B0F61 (or 0x6B0F61) is known color: Palatinate Purple. HEX triplet: 6B, 0F and 61. RGB value is (107,15,97). Sum of RGB (Red+Green+Blue) = 107+15+97=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0F61 is #94F09E. Grayscale: #333333. Windows color (decimal): -9760927 or 6360939. OLE color: 6360939.
HSL color Cylindrical-coordinate representation of color #6B0F61: hue angle of 306.52º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B0F61 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 15 | 97 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.58 |
| HSL | 306.52º | 0.75% | 0.24% | - |
| HSV(B) | 306.52º | 0.86% | 0.42% | - |
| XYZ | 8.39 | 4.33 | 11.7 | - |
| YUV | 51.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 15 | 97 | 0 | 0.86 | 0.09 | 0.58 | 306.52 | 0.75 | 0.24 |
| Hex | 6B | F | 61 | 0 | 56 | 9 | 3A | 133 | 4B | 18 |
| Octal | 153 | 17 | 141 | 0 | 126 | 11 | 72 | 463 | 113 | 30 |
| Binary | 1101011 | 1111 | 1100001 | 0 | 1010110 | 1001 | 111010 | 100110011 | 1001011 | 11000 |
Color Harmonies of #6B0F61
Complementary color
Monochromatic Colors of #6B0F61
Black with #6B0F61
Text Example
Text Example
White with #6B0F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0F61; }
p { color: rgb(107,15,97); }
H1.HeaderClassName
{
color: #6B0F61;
}
.AnyTagClassName
{
color: #6B0F61;
}
</style>
background-color css
<style>
a { background-color: #6B0F61; }
a { background-color: rgb(107,15,97); }
div.DivClassName
{
background-color: #6B0F61;
}
.BgClassName
{
background-color: #6B0F61;
}
</style>
border-color css
<style>
span { border-color: #6B0F61; }
span { border-color: rgb(107,15,97); }
td.TdClassName
{
border-color: #6B0F61;
}
.TagClassName
{
border-color: #6B0F61;
}
</style>