Shades of Tyrian Purple #6C0433
Tints of Tyrian Purple #6C0433
RGB
CMYK
RGB Variations
Color information
#6C0433 (or 0x6C0433) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 33. RGB value is (108,4,51). Sum of RGB (Red+Green+Blue) = 108+4+51=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0433 is #93FBCC. Grayscale: #282828. Windows color (decimal): -9698253 or 3343468. OLE color: 3343468.
HSL color Cylindrical-coordinate representation of color #6C0433: hue angle of 332.88º 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 #6C0433 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 51 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.58 |
| HSL | 332.88º | 0.93% | 0.22% | - |
| HSV(B) | 332.88º | 0.96% | 0.42% | - |
| XYZ | 6.83 | 3.51 | 3.45 | - |
| YUV | 40.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 51 | 0 | 0.96 | 0.53 | 0.58 | 332.88 | 0.93 | 0.22 |
| Hex | 6C | 4 | 33 | 0 | 60 | 35 | 3A | 14D | 5D | 16 |
| Octal | 154 | 4 | 63 | 0 | 140 | 65 | 72 | 515 | 135 | 26 |
| Binary | 1101100 | 100 | 110011 | 0 | 1100000 | 110101 | 111010 | 101001101 | 1011101 | 10110 |
Color Harmonies of #6C0433
Complementary color
Monochromatic Colors of #6C0433
Black with #6C0433
Text Example
Text Example
White with #6C0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0433; }
p { color: rgb(108,4,51); }
H1.HeaderClassName
{
color: #6C0433;
}
.AnyTagClassName
{
color: #6C0433;
}
</style>
background-color css
<style>
a { background-color: #6C0433; }
a { background-color: rgb(108,4,51); }
div.DivClassName
{
background-color: #6C0433;
}
.BgClassName
{
background-color: #6C0433;
}
</style>
border-color css
<style>
span { border-color: #6C0433; }
span { border-color: rgb(108,4,51); }
td.TdClassName
{
border-color: #6C0433;
}
.TagClassName
{
border-color: #6C0433;
}
</style>