Shades of Tyrian Purple #6B0038
Tints of Tyrian Purple #6B0038
RGB
CMYK
RGB Variations
Color information
#6B0038 (or 0x6B0038) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 38. RGB value is (107,0,56). Sum of RGB (Red+Green+Blue) = 107+0+56=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0038 is #94FFC7. Grayscale: #262626. Windows color (decimal): -9764808 or 3670123. OLE color: 3670123.
HSL color Cylindrical-coordinate representation of color #6B0038: hue angle of 328.6º 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 #6B0038 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.48 | 0.58 |
| HSL | 328.6º | 1% | 0.21% | - |
| HSV(B) | 328.6º | 1% | 0.42% | - |
| XYZ | 6.78 | 3.41 | 4.04 | - |
| YUV | 38.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 56 | 0 | 1 | 0.48 | 0.58 | 328.6 | 1 | 0.21 |
| Hex | 6B | 0 | 38 | 0 | 64 | 30 | 3A | 149 | 64 | 15 |
| Octal | 153 | 0 | 70 | 0 | 144 | 60 | 72 | 511 | 144 | 25 |
| Binary | 1101011 | 0 | 111000 | 0 | 1100100 | 110000 | 111010 | 101001001 | 1100100 | 10101 |
Color Harmonies of #6B0038
Complementary color
Monochromatic Colors of #6B0038
Black with #6B0038
Text Example
Text Example
White with #6B0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0038; }
p { color: rgb(107,0,56); }
H1.HeaderClassName
{
color: #6B0038;
}
.AnyTagClassName
{
color: #6B0038;
}
</style>
background-color css
<style>
a { background-color: #6B0038; }
a { background-color: rgb(107,0,56); }
div.DivClassName
{
background-color: #6B0038;
}
.BgClassName
{
background-color: #6B0038;
}
</style>
border-color css
<style>
span { border-color: #6B0038; }
span { border-color: rgb(107,0,56); }
td.TdClassName
{
border-color: #6B0038;
}
.TagClassName
{
border-color: #6B0038;
}
</style>