Shades of Tyrian Purple #6C0432
Tints of Tyrian Purple #6C0432
RGB
CMYK
RGB Variations
Color information
#6C0432 (or 0x6C0432) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 32. RGB value is (108,4,50). Sum of RGB (Red+Green+Blue) = 108+4+50=162 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.67% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0432 is #93FBCD. Grayscale: #282828. Windows color (decimal): -9698254 or 3277932. OLE color: 3277932.
HSL color Cylindrical-coordinate representation of color #6C0432: hue angle of 333.46º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0432 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 50 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.58 |
| HSL | 333.46º | 0.93% | 0.22% | - |
| HSV(B) | 333.46º | 0.96% | 0.42% | - |
| XYZ | 6.8 | 3.51 | 3.34 | - |
| YUV | 40.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 50 | 0 | 0.96 | 0.54 | 0.58 | 333.46 | 0.93 | 0.22 |
| Hex | 6C | 4 | 32 | 0 | 60 | 36 | 3A | 14D | 5D | 16 |
| Octal | 154 | 4 | 62 | 0 | 140 | 66 | 72 | 515 | 135 | 26 |
| Binary | 1101100 | 100 | 110010 | 0 | 1100000 | 110110 | 111010 | 101001101 | 1011101 | 10110 |
Color Harmonies of #6C0432
Complementary color
Monochromatic Colors of #6C0432
Black with #6C0432
Text Example
Text Example
White with #6C0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0432; }
p { color: rgb(108,4,50); }
H1.HeaderClassName
{
color: #6C0432;
}
.AnyTagClassName
{
color: #6C0432;
}
</style>
background-color css
<style>
a { background-color: #6C0432; }
a { background-color: rgb(108,4,50); }
div.DivClassName
{
background-color: #6C0432;
}
.BgClassName
{
background-color: #6C0432;
}
</style>
border-color css
<style>
span { border-color: #6C0432; }
span { border-color: rgb(108,4,50); }
td.TdClassName
{
border-color: #6C0432;
}
.TagClassName
{
border-color: #6C0432;
}
</style>