Shades of Tyrian Purple #6B003B
Tints of Tyrian Purple #6B003B
RGB
CMYK
RGB Variations
Color information
#6B003B (or 0x6B003B) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 3B. RGB value is (107,0,59). Sum of RGB (Red+Green+Blue) = 107+0+59=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B003B is #94FFC4. Grayscale: #262626. Windows color (decimal): -9764805 or 3866731. OLE color: 3866731.
HSL color Cylindrical-coordinate representation of color #6B003B: hue angle of 326.92º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B003B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.45 | 0.58 |
| HSL | 326.92º | 1% | 0.21% | - |
| HSV(B) | 326.92º | 1% | 0.42% | - |
| XYZ | 6.85 | 3.44 | 4.44 | - |
| YUV | 38.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 59 | 0 | 1 | 0.45 | 0.58 | 326.92 | 1 | 0.21 |
| Hex | 6B | 0 | 3B | 0 | 64 | 2D | 3A | 147 | 64 | 15 |
| Octal | 153 | 0 | 73 | 0 | 144 | 55 | 72 | 507 | 144 | 25 |
| Binary | 1101011 | 0 | 111011 | 0 | 1100100 | 101101 | 111010 | 101000111 | 1100100 | 10101 |
Color Harmonies of #6B003B
Complementary color
Monochromatic Colors of #6B003B
Black with #6B003B
Text Example
Text Example
White with #6B003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B003B; }
p { color: rgb(107,0,59); }
H1.HeaderClassName
{
color: #6B003B;
}
.AnyTagClassName
{
color: #6B003B;
}
</style>
background-color css
<style>
a { background-color: #6B003B; }
a { background-color: rgb(107,0,59); }
div.DivClassName
{
background-color: #6B003B;
}
.BgClassName
{
background-color: #6B003B;
}
</style>
border-color css
<style>
span { border-color: #6B003B; }
span { border-color: rgb(107,0,59); }
td.TdClassName
{
border-color: #6B003B;
}
.TagClassName
{
border-color: #6B003B;
}
</style>