Shades of Tyrian Purple #6B0153
Tints of Tyrian Purple #6B0153
RGB
CMYK
RGB Variations
Color information
#6B0153 (or 0x6B0153) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 53. RGB value is (107,1,83). Sum of RGB (Red+Green+Blue) = 107+1+83=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0153 is #94FEAC. Grayscale: #292929. Windows color (decimal): -9764525 or 5439851. OLE color: 5439851.
HSL color Cylindrical-coordinate representation of color #6B0153: hue angle of 313.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0153 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.58 |
| HSL | 313.58º | 0.98% | 0.21% | - |
| HSV(B) | 313.58º | 0.99% | 0.42% | - |
| XYZ | 7.64 | 3.77 | 8.51 | - |
| YUV | 42.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 83 | 0 | 0.99 | 0.22 | 0.58 | 313.58 | 0.98 | 0.21 |
| Hex | 6B | 1 | 53 | 0 | 63 | 16 | 3A | 13A | 62 | 15 |
| Octal | 153 | 1 | 123 | 0 | 143 | 26 | 72 | 472 | 142 | 25 |
| Binary | 1101011 | 1 | 1010011 | 0 | 1100011 | 10110 | 111010 | 100111010 | 1100010 | 10101 |
Color Harmonies of #6B0153
Complementary color
Monochromatic Colors of #6B0153
Black with #6B0153
Text Example
Text Example
White with #6B0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0153; }
p { color: rgb(107,1,83); }
H1.HeaderClassName
{
color: #6B0153;
}
.AnyTagClassName
{
color: #6B0153;
}
</style>
background-color css
<style>
a { background-color: #6B0153; }
a { background-color: rgb(107,1,83); }
div.DivClassName
{
background-color: #6B0153;
}
.BgClassName
{
background-color: #6B0153;
}
</style>
border-color css
<style>
span { border-color: #6B0153; }
span { border-color: rgb(107,1,83); }
td.TdClassName
{
border-color: #6B0153;
}
.TagClassName
{
border-color: #6B0153;
}
</style>