Shades of Tyrian Purple #6C0557
Tints of Tyrian Purple #6C0557
RGB
CMYK
RGB Variations
Color information
#6C0557 (or 0x6C0557) is known color: Tyrian Purple. HEX triplet: 6C, 05 and 57. RGB value is (108,5,87). Sum of RGB (Red+Green+Blue) = 108+5+87=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0557 is #93FAA8. Grayscale: #2C2C2C. Windows color (decimal): -9697961 or 5703020. OLE color: 5703020.
HSL color Cylindrical-coordinate representation of color #6C0557: hue angle of 312.23º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0557 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 5 | 87 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.58 |
| HSL | 312.23º | 0.91% | 0.22% | - |
| HSV(B) | 312.23º | 0.95% | 0.42% | - |
| XYZ | 7.96 | 3.98 | 9.37 | - |
| YUV | 45.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 87 | 0 | 0.95 | 0.19 | 0.58 | 312.23 | 0.91 | 0.22 |
| Hex | 6C | 5 | 57 | 0 | 5F | 13 | 3A | 138 | 5B | 16 |
| Octal | 154 | 5 | 127 | 0 | 137 | 23 | 72 | 470 | 133 | 26 |
| Binary | 1101100 | 101 | 1010111 | 0 | 1011111 | 10011 | 111010 | 100111000 | 1011011 | 10110 |
Color Harmonies of #6C0557
Complementary color
Monochromatic Colors of #6C0557
Black with #6C0557
Text Example
Text Example
White with #6C0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0557; }
p { color: rgb(108,5,87); }
H1.HeaderClassName
{
color: #6C0557;
}
.AnyTagClassName
{
color: #6C0557;
}
</style>
background-color css
<style>
a { background-color: #6C0557; }
a { background-color: rgb(108,5,87); }
div.DivClassName
{
background-color: #6C0557;
}
.BgClassName
{
background-color: #6C0557;
}
</style>
border-color css
<style>
span { border-color: #6C0557; }
span { border-color: rgb(108,5,87); }
td.TdClassName
{
border-color: #6C0557;
}
.TagClassName
{
border-color: #6C0557;
}
</style>