Shades of Tyrian Purple #6B002B
Tints of Tyrian Purple #6B002B
RGB
CMYK
RGB Variations
Color information
#6B002B (or 0x6B002B) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 2B. RGB value is (107,0,43). Sum of RGB (Red+Green+Blue) = 107+0+43=150 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 107 - color contains mainly: red. Hex color #6B002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B002B is #94FFD4. Grayscale: #242424. Windows color (decimal): -9764821 or 2818155. OLE color: 2818155.
HSL color Cylindrical-coordinate representation of color #6B002B: hue angle of 335.89º 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 #6B002B is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.60 | 0.58 |
| HSL | 335.89º | 1% | 0.21% | - |
| HSV(B) | 335.89º | 1% | 0.42% | - |
| XYZ | 6.5 | 3.3 | 2.58 | - |
| YUV | 36.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 43 | 0 | 1 | 0.60 | 0.58 | 335.89 | 1 | 0.21 |
| Hex | 6B | 0 | 2B | 0 | 64 | 3C | 3A | 150 | 64 | 15 |
| Octal | 153 | 0 | 53 | 0 | 144 | 74 | 72 | 520 | 144 | 25 |
| Binary | 1101011 | 0 | 101011 | 0 | 1100100 | 111100 | 111010 | 101010000 | 1100100 | 10101 |
Color Harmonies of #6B002B
Complementary color
Monochromatic Colors of #6B002B
Black with #6B002B
Text Example
Text Example
White with #6B002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B002B; }
p { color: rgb(107,0,43); }
H1.HeaderClassName
{
color: #6B002B;
}
.AnyTagClassName
{
color: #6B002B;
}
</style>
background-color css
<style>
a { background-color: #6B002B; }
a { background-color: rgb(107,0,43); }
div.DivClassName
{
background-color: #6B002B;
}
.BgClassName
{
background-color: #6B002B;
}
</style>
border-color css
<style>
span { border-color: #6B002B; }
span { border-color: rgb(107,0,43); }
td.TdClassName
{
border-color: #6B002B;
}
.TagClassName
{
border-color: #6B002B;
}
</style>