Shades of Tyrian Purple #67013B
Tints of Tyrian Purple #67013B
RGB
CMYK
RGB Variations
Color information
#67013B (or 0x67013B) is known color: Tyrian Purple. HEX triplet: 67, 01 and 3B. RGB value is (103,1,59). Sum of RGB (Red+Green+Blue) = 103+1+59=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #67013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67013B is #98FEC4. Grayscale: #252525. Windows color (decimal): -10026693 or 3866983. OLE color: 3866983.
HSL color Cylindrical-coordinate representation of color #67013B: hue angle of 325.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67013B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.60 |
| HSL | 325.88º | 0.98% | 0.2% | - |
| HSV(B) | 325.88º | 0.99% | 0.4% | - |
| XYZ | 6.39 | 3.22 | 4.42 | - |
| YUV | 38.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 59 | 0 | 0.99 | 0.43 | 0.60 | 325.88 | 0.98 | 0.2 |
| Hex | 67 | 1 | 3B | 0 | 63 | 2B | 3C | 146 | 62 | 14 |
| Octal | 147 | 1 | 73 | 0 | 143 | 53 | 74 | 506 | 142 | 24 |
| Binary | 1100111 | 1 | 111011 | 0 | 1100011 | 101011 | 111100 | 101000110 | 1100010 | 10100 |
Color Harmonies of #67013B
Complementary color
Monochromatic Colors of #67013B
Black with #67013B
Text Example
Text Example
White with #67013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67013B; }
p { color: rgb(103,1,59); }
H1.HeaderClassName
{
color: #67013B;
}
.AnyTagClassName
{
color: #67013B;
}
</style>
background-color css
<style>
a { background-color: #67013B; }
a { background-color: rgb(103,1,59); }
div.DivClassName
{
background-color: #67013B;
}
.BgClassName
{
background-color: #67013B;
}
</style>
border-color css
<style>
span { border-color: #67013B; }
span { border-color: rgb(103,1,59); }
td.TdClassName
{
border-color: #67013B;
}
.TagClassName
{
border-color: #67013B;
}
</style>