Shades of Tyrian Purple #6B0657
Tints of Tyrian Purple #6B0657
RGB
CMYK
RGB Variations
Color information
#6B0657 (or 0x6B0657) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 57. RGB value is (107,6,87). Sum of RGB (Red+Green+Blue) = 107+6+87=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0657 is #94F9A8. Grayscale: #2D2D2D. Windows color (decimal): -9763241 or 5703275. OLE color: 5703275.
HSL color Cylindrical-coordinate representation of color #6B0657: hue angle of 311.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0657 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 87 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.58 |
| HSL | 311.88º | 0.89% | 0.22% | - |
| HSV(B) | 311.88º | 0.94% | 0.42% | - |
| XYZ | 7.85 | 3.94 | 9.36 | - |
| YUV | 45.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 87 | 0 | 0.94 | 0.19 | 0.58 | 311.88 | 0.89 | 0.22 |
| Hex | 6B | 6 | 57 | 0 | 5E | 13 | 3A | 138 | 59 | 16 |
| Octal | 153 | 6 | 127 | 0 | 136 | 23 | 72 | 470 | 131 | 26 |
| Binary | 1101011 | 110 | 1010111 | 0 | 1011110 | 10011 | 111010 | 100111000 | 1011001 | 10110 |
Color Harmonies of #6B0657
Complementary color
Monochromatic Colors of #6B0657
Black with #6B0657
Text Example
Text Example
White with #6B0657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0657; }
p { color: rgb(107,6,87); }
H1.HeaderClassName
{
color: #6B0657;
}
.AnyTagClassName
{
color: #6B0657;
}
</style>
background-color css
<style>
a { background-color: #6B0657; }
a { background-color: rgb(107,6,87); }
div.DivClassName
{
background-color: #6B0657;
}
.BgClassName
{
background-color: #6B0657;
}
</style>
border-color css
<style>
span { border-color: #6B0657; }
span { border-color: rgb(107,6,87); }
td.TdClassName
{
border-color: #6B0657;
}
.TagClassName
{
border-color: #6B0657;
}
</style>