Shades of Tyrian Purple #6C0537
Tints of Tyrian Purple #6C0537
RGB
CMYK
RGB Variations
Color information
#6C0537 (or 0x6C0537) is known color: Tyrian Purple. HEX triplet: 6C, 05 and 37. RGB value is (108,5,55). Sum of RGB (Red+Green+Blue) = 108+5+55=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0537 is #93FAC8. Grayscale: #292929. Windows color (decimal): -9697993 or 3605868. OLE color: 3605868.
HSL color Cylindrical-coordinate representation of color #6C0537: hue angle of 330.87º 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 #6C0537 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 5 | 55 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.58 |
| HSL | 330.87º | 0.91% | 0.22% | - |
| HSV(B) | 330.87º | 0.95% | 0.42% | - |
| XYZ | 6.93 | 3.57 | 3.94 | - |
| YUV | 41.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 55 | 0 | 0.95 | 0.49 | 0.58 | 330.87 | 0.91 | 0.22 |
| Hex | 6C | 5 | 37 | 0 | 5F | 31 | 3A | 14B | 5B | 16 |
| Octal | 154 | 5 | 67 | 0 | 137 | 61 | 72 | 513 | 133 | 26 |
| Binary | 1101100 | 101 | 110111 | 0 | 1011111 | 110001 | 111010 | 101001011 | 1011011 | 10110 |
Color Harmonies of #6C0537
Complementary color
Monochromatic Colors of #6C0537
Black with #6C0537
Text Example
Text Example
White with #6C0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0537; }
p { color: rgb(108,5,55); }
H1.HeaderClassName
{
color: #6C0537;
}
.AnyTagClassName
{
color: #6C0537;
}
</style>
background-color css
<style>
a { background-color: #6C0537; }
a { background-color: rgb(108,5,55); }
div.DivClassName
{
background-color: #6C0537;
}
.BgClassName
{
background-color: #6C0537;
}
</style>
border-color css
<style>
span { border-color: #6C0537; }
span { border-color: rgb(108,5,55); }
td.TdClassName
{
border-color: #6C0537;
}
.TagClassName
{
border-color: #6C0537;
}
</style>