Shades of Tyrian Purple #67013F
Tints of Tyrian Purple #67013F
RGB
CMYK
RGB Variations
Color information
#67013F (or 0x67013F) is known color: Tyrian Purple. HEX triplet: 67, 01 and 3F. RGB value is (103,1,63). Sum of RGB (Red+Green+Blue) = 103+1+63=167 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.68% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 103 - color contains mainly: red. Hex color #67013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67013F is #98FEC0. Grayscale: #262626. Windows color (decimal): -10026689 or 4129127. OLE color: 4129127.
HSL color Cylindrical-coordinate representation of color #67013F: hue angle of 323.53º 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 #67013F is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.60 |
| HSL | 323.53º | 0.98% | 0.2% | - |
| HSV(B) | 323.53º | 0.99% | 0.4% | - |
| XYZ | 6.5 | 3.26 | 4.99 | - |
| YUV | 38.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 63 | 0 | 0.99 | 0.39 | 0.60 | 323.53 | 0.98 | 0.2 |
| Hex | 67 | 1 | 3F | 0 | 63 | 27 | 3C | 144 | 62 | 14 |
| Octal | 147 | 1 | 77 | 0 | 143 | 47 | 74 | 504 | 142 | 24 |
| Binary | 1100111 | 1 | 111111 | 0 | 1100011 | 100111 | 111100 | 101000100 | 1100010 | 10100 |
Color Harmonies of #67013F
Complementary color
Monochromatic Colors of #67013F
Black with #67013F
Text Example
Text Example
White with #67013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67013F; }
p { color: rgb(103,1,63); }
H1.HeaderClassName
{
color: #67013F;
}
.AnyTagClassName
{
color: #67013F;
}
</style>
background-color css
<style>
a { background-color: #67013F; }
a { background-color: rgb(103,1,63); }
div.DivClassName
{
background-color: #67013F;
}
.BgClassName
{
background-color: #67013F;
}
</style>
border-color css
<style>
span { border-color: #67013F; }
span { border-color: rgb(103,1,63); }
td.TdClassName
{
border-color: #67013F;
}
.TagClassName
{
border-color: #67013F;
}
</style>