Shades of Tyrian Purple #6B043D
Tints of Tyrian Purple #6B043D
RGB
CMYK
RGB Variations
Color information
#6B043D (or 0x6B043D) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 3D. RGB value is (107,4,61). Sum of RGB (Red+Green+Blue) = 107+4+61=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B043D is #94FBC2. Grayscale: #292929. Windows color (decimal): -9763779 or 3998827. OLE color: 3998827.
HSL color Cylindrical-coordinate representation of color #6B043D: hue angle of 326.8º 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 #6B043D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 61 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.58 |
| HSL | 326.8º | 0.93% | 0.22% | - |
| HSV(B) | 326.8º | 0.96% | 0.42% | - |
| XYZ | 6.95 | 3.55 | 4.73 | - |
| YUV | 41.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 61 | 0 | 0.96 | 0.43 | 0.58 | 326.8 | 0.93 | 0.22 |
| Hex | 6B | 4 | 3D | 0 | 60 | 2B | 3A | 147 | 5D | 16 |
| Octal | 153 | 4 | 75 | 0 | 140 | 53 | 72 | 507 | 135 | 26 |
| Binary | 1101011 | 100 | 111101 | 0 | 1100000 | 101011 | 111010 | 101000111 | 1011101 | 10110 |
Color Harmonies of #6B043D
Complementary color
Monochromatic Colors of #6B043D
Black with #6B043D
Text Example
Text Example
White with #6B043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B043D; }
p { color: rgb(107,4,61); }
H1.HeaderClassName
{
color: #6B043D;
}
.AnyTagClassName
{
color: #6B043D;
}
</style>
background-color css
<style>
a { background-color: #6B043D; }
a { background-color: rgb(107,4,61); }
div.DivClassName
{
background-color: #6B043D;
}
.BgClassName
{
background-color: #6B043D;
}
</style>
border-color css
<style>
span { border-color: #6B043D; }
span { border-color: rgb(107,4,61); }
td.TdClassName
{
border-color: #6B043D;
}
.TagClassName
{
border-color: #6B043D;
}
</style>