Shades of Tyrian Purple #6C002B
Tints of Tyrian Purple #6C002B
RGB
CMYK
RGB Variations
Color information
#6C002B (or 0x6C002B) is known color: Tyrian Purple. HEX triplet: 6C, 00 and 2B. RGB value is (108,0,43). Sum of RGB (Red+Green+Blue) = 108+0+43=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C002B is #93FFD4. Grayscale: #252525. Windows color (decimal): -9699285 or 2818156. OLE color: 2818156.
HSL color Cylindrical-coordinate representation of color #6C002B: hue angle of 336.11º 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 #6C002B is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.60 | 0.58 |
| HSL | 336.11º | 1% | 0.21% | - |
| HSV(B) | 336.11º | 1% | 0.42% | - |
| XYZ | 6.62 | 3.36 | 2.59 | - |
| YUV | 37.19 | 131.28 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 43 | 0 | 1 | 0.60 | 0.58 | 336.11 | 1 | 0.21 |
| Hex | 6C | 0 | 2B | 0 | 64 | 3C | 3A | 150 | 64 | 15 |
| Octal | 154 | 0 | 53 | 0 | 144 | 74 | 72 | 520 | 144 | 25 |
| Binary | 1101100 | 0 | 101011 | 0 | 1100100 | 111100 | 111010 | 101010000 | 1100100 | 10101 |
Color Harmonies of #6C002B
Complementary color
Monochromatic Colors of #6C002B
Black with #6C002B
Text Example
Text Example
White with #6C002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C002B; }
p { color: rgb(108,0,43); }
H1.HeaderClassName
{
color: #6C002B;
}
.AnyTagClassName
{
color: #6C002B;
}
</style>
background-color css
<style>
a { background-color: #6C002B; }
a { background-color: rgb(108,0,43); }
div.DivClassName
{
background-color: #6C002B;
}
.BgClassName
{
background-color: #6C002B;
}
</style>
border-color css
<style>
span { border-color: #6C002B; }
span { border-color: rgb(108,0,43); }
td.TdClassName
{
border-color: #6C002B;
}
.TagClassName
{
border-color: #6C002B;
}
</style>