Shades of Palatinate Purple #6B0C57
Tints of Palatinate Purple #6B0C57
RGB
CMYK
RGB Variations
Color information
#6B0C57 (or 0x6B0C57) is known color: Palatinate Purple. HEX triplet: 6B, 0C and 57. RGB value is (107,12,87). Sum of RGB (Red+Green+Blue) = 107+12+87=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0C57 is #94F3A8. Grayscale: #303030. Windows color (decimal): -9761705 or 5704811. OLE color: 5704811.
HSL color Cylindrical-coordinate representation of color #6B0C57: hue angle of 312.63º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C57 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 12 | 87 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.58 |
| HSL | 312.63º | 0.8% | 0.23% | - |
| HSV(B) | 312.63º | 0.89% | 0.42% | - |
| XYZ | 7.92 | 4.08 | 9.39 | - |
| YUV | 48.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 87 | 0 | 0.89 | 0.19 | 0.58 | 312.63 | 0.8 | 0.23 |
| Hex | 6B | C | 57 | 0 | 59 | 13 | 3A | 139 | 50 | 17 |
| Octal | 153 | 14 | 127 | 0 | 131 | 23 | 72 | 471 | 120 | 27 |
| Binary | 1101011 | 1100 | 1010111 | 0 | 1011001 | 10011 | 111010 | 100111001 | 1010000 | 10111 |
Color Harmonies of #6B0C57
Complementary color
Monochromatic Colors of #6B0C57
Black with #6B0C57
Text Example
Text Example
White with #6B0C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C57; }
p { color: rgb(107,12,87); }
H1.HeaderClassName
{
color: #6B0C57;
}
.AnyTagClassName
{
color: #6B0C57;
}
</style>
background-color css
<style>
a { background-color: #6B0C57; }
a { background-color: rgb(107,12,87); }
div.DivClassName
{
background-color: #6B0C57;
}
.BgClassName
{
background-color: #6B0C57;
}
</style>
border-color css
<style>
span { border-color: #6B0C57; }
span { border-color: rgb(107,12,87); }
td.TdClassName
{
border-color: #6B0C57;
}
.TagClassName
{
border-color: #6B0C57;
}
</style>