Shades of Tyrian Purple #6B063A
Tints of Tyrian Purple #6B063A
RGB
CMYK
RGB Variations
Color information
#6B063A (or 0x6B063A) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 3A. RGB value is (107,6,58). Sum of RGB (Red+Green+Blue) = 107+6+58=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B063A is #94F9C5. Grayscale: #2A2A2A. Windows color (decimal): -9763270 or 3802731. OLE color: 3802731.
HSL color Cylindrical-coordinate representation of color #6B063A: hue angle of 329.11º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B063A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 58 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.58 |
| HSL | 329.11º | 0.89% | 0.22% | - |
| HSV(B) | 329.11º | 0.94% | 0.42% | - |
| XYZ | 6.89 | 3.56 | 4.33 | - |
| YUV | 42.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 58 | 0 | 0.94 | 0.46 | 0.58 | 329.11 | 0.89 | 0.22 |
| Hex | 6B | 6 | 3A | 0 | 5E | 2E | 3A | 149 | 59 | 16 |
| Octal | 153 | 6 | 72 | 0 | 136 | 56 | 72 | 511 | 131 | 26 |
| Binary | 1101011 | 110 | 111010 | 0 | 1011110 | 101110 | 111010 | 101001001 | 1011001 | 10110 |
Color Harmonies of #6B063A
Complementary color
Monochromatic Colors of #6B063A
Black with #6B063A
Text Example
Text Example
White with #6B063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B063A; }
p { color: rgb(107,6,58); }
H1.HeaderClassName
{
color: #6B063A;
}
.AnyTagClassName
{
color: #6B063A;
}
</style>
background-color css
<style>
a { background-color: #6B063A; }
a { background-color: rgb(107,6,58); }
div.DivClassName
{
background-color: #6B063A;
}
.BgClassName
{
background-color: #6B063A;
}
</style>
border-color css
<style>
span { border-color: #6B063A; }
span { border-color: rgb(107,6,58); }
td.TdClassName
{
border-color: #6B063A;
}
.TagClassName
{
border-color: #6B063A;
}
</style>