Shades of Tyrian Purple #6C0533
Tints of Tyrian Purple #6C0533
RGB
CMYK
RGB Variations
Color information
#6C0533 (or 0x6C0533) is known color: Tyrian Purple. HEX triplet: 6C, 05 and 33. RGB value is (108,5,51). Sum of RGB (Red+Green+Blue) = 108+5+51=164 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.85% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0533 is #93FACC. Grayscale: #282828. Windows color (decimal): -9697997 or 3343724. OLE color: 3343724.
HSL color Cylindrical-coordinate representation of color #6C0533: hue angle of 333.2º 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 #6C0533 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 5 | 51 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.58 |
| HSL | 333.2º | 0.91% | 0.22% | - |
| HSV(B) | 333.2º | 0.95% | 0.42% | - |
| XYZ | 6.84 | 3.54 | 3.45 | - |
| YUV | 41.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 51 | 0 | 0.95 | 0.53 | 0.58 | 333.2 | 0.91 | 0.22 |
| Hex | 6C | 5 | 33 | 0 | 5F | 35 | 3A | 14D | 5B | 16 |
| Octal | 154 | 5 | 63 | 0 | 137 | 65 | 72 | 515 | 133 | 26 |
| Binary | 1101100 | 101 | 110011 | 0 | 1011111 | 110101 | 111010 | 101001101 | 1011011 | 10110 |
Color Harmonies of #6C0533
Complementary color
Monochromatic Colors of #6C0533
Black with #6C0533
Text Example
Text Example
White with #6C0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0533; }
p { color: rgb(108,5,51); }
H1.HeaderClassName
{
color: #6C0533;
}
.AnyTagClassName
{
color: #6C0533;
}
</style>
background-color css
<style>
a { background-color: #6C0533; }
a { background-color: rgb(108,5,51); }
div.DivClassName
{
background-color: #6C0533;
}
.BgClassName
{
background-color: #6C0533;
}
</style>
border-color css
<style>
span { border-color: #6C0533; }
span { border-color: rgb(108,5,51); }
td.TdClassName
{
border-color: #6C0533;
}
.TagClassName
{
border-color: #6C0533;
}
</style>