Shades of Tyrian Purple #6B0157
Tints of Tyrian Purple #6B0157
RGB
CMYK
RGB Variations
Color information
#6B0157 (or 0x6B0157) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 57. RGB value is (107,1,87). Sum of RGB (Red+Green+Blue) = 107+1+87=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0157 is #94FEA8. Grayscale: #2A2A2A. Windows color (decimal): -9764521 or 5701995. OLE color: 5701995.
HSL color Cylindrical-coordinate representation of color #6B0157: hue angle of 311.32º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0157 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.58 |
| HSL | 311.32º | 0.98% | 0.21% | - |
| HSV(B) | 311.32º | 0.99% | 0.42% | - |
| XYZ | 7.79 | 3.84 | 9.35 | - |
| YUV | 42.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 87 | 0 | 0.99 | 0.19 | 0.58 | 311.32 | 0.98 | 0.21 |
| Hex | 6B | 1 | 57 | 0 | 63 | 13 | 3A | 137 | 62 | 15 |
| Octal | 153 | 1 | 127 | 0 | 143 | 23 | 72 | 467 | 142 | 25 |
| Binary | 1101011 | 1 | 1010111 | 0 | 1100011 | 10011 | 111010 | 100110111 | 1100010 | 10101 |
Color Harmonies of #6B0157
Complementary color
Monochromatic Colors of #6B0157
Black with #6B0157
Text Example
Text Example
White with #6B0157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0157; }
p { color: rgb(107,1,87); }
H1.HeaderClassName
{
color: #6B0157;
}
.AnyTagClassName
{
color: #6B0157;
}
</style>
background-color css
<style>
a { background-color: #6B0157; }
a { background-color: rgb(107,1,87); }
div.DivClassName
{
background-color: #6B0157;
}
.BgClassName
{
background-color: #6B0157;
}
</style>
border-color css
<style>
span { border-color: #6B0157; }
span { border-color: rgb(107,1,87); }
td.TdClassName
{
border-color: #6B0157;
}
.TagClassName
{
border-color: #6B0157;
}
</style>