Shades of Tyrian Purple #6B013B
Tints of Tyrian Purple #6B013B
RGB
CMYK
RGB Variations
Color information
#6B013B (or 0x6B013B) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 3B. RGB value is (107,1,59). Sum of RGB (Red+Green+Blue) = 107+1+59=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B013B is #94FEC4. Grayscale: #272727. Windows color (decimal): -9764549 or 3866987. OLE color: 3866987.
HSL color Cylindrical-coordinate representation of color #6B013B: hue angle of 327.17º 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 #6B013B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.58 |
| HSL | 327.17º | 0.98% | 0.21% | - |
| HSV(B) | 327.17º | 0.99% | 0.42% | - |
| XYZ | 6.86 | 3.46 | 4.44 | - |
| YUV | 39.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 59 | 0 | 0.99 | 0.45 | 0.58 | 327.17 | 0.98 | 0.21 |
| Hex | 6B | 1 | 3B | 0 | 63 | 2D | 3A | 147 | 62 | 15 |
| Octal | 153 | 1 | 73 | 0 | 143 | 55 | 72 | 507 | 142 | 25 |
| Binary | 1101011 | 1 | 111011 | 0 | 1100011 | 101101 | 111010 | 101000111 | 1100010 | 10101 |
Color Harmonies of #6B013B
Complementary color
Monochromatic Colors of #6B013B
Black with #6B013B
Text Example
Text Example
White with #6B013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B013B; }
p { color: rgb(107,1,59); }
H1.HeaderClassName
{
color: #6B013B;
}
.AnyTagClassName
{
color: #6B013B;
}
</style>
background-color css
<style>
a { background-color: #6B013B; }
a { background-color: rgb(107,1,59); }
div.DivClassName
{
background-color: #6B013B;
}
.BgClassName
{
background-color: #6B013B;
}
</style>
border-color css
<style>
span { border-color: #6B013B; }
span { border-color: rgb(107,1,59); }
td.TdClassName
{
border-color: #6B013B;
}
.TagClassName
{
border-color: #6B013B;
}
</style>