Shades of Tyrian Purple #67063D
Tints of Tyrian Purple #67063D
RGB
CMYK
RGB Variations
Color information
#67063D (or 0x67063D) is known color: Tyrian Purple. HEX triplet: 67, 06 and 3D. RGB value is (103,6,61). Sum of RGB (Red+Green+Blue) = 103+6+61=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67063D is #98F9C2. Grayscale: #292929. Windows color (decimal): -10025411 or 3999335. OLE color: 3999335.
HSL color Cylindrical-coordinate representation of color #67063D: hue angle of 325.98º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67063D is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 6 | 61 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.60 |
| HSL | 325.98º | 0.89% | 0.21% | - |
| HSV(B) | 325.98º | 0.94% | 0.4% | - |
| XYZ | 6.5 | 3.35 | 4.72 | - |
| YUV | 41.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 61 | 0 | 0.94 | 0.41 | 0.60 | 325.98 | 0.89 | 0.21 |
| Hex | 67 | 6 | 3D | 0 | 5E | 29 | 3C | 146 | 59 | 15 |
| Octal | 147 | 6 | 75 | 0 | 136 | 51 | 74 | 506 | 131 | 25 |
| Binary | 1100111 | 110 | 111101 | 0 | 1011110 | 101001 | 111100 | 101000110 | 1011001 | 10101 |
Color Harmonies of #67063D
Complementary color
Monochromatic Colors of #67063D
Black with #67063D
Text Example
Text Example
White with #67063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67063D; }
p { color: rgb(103,6,61); }
H1.HeaderClassName
{
color: #67063D;
}
.AnyTagClassName
{
color: #67063D;
}
</style>
background-color css
<style>
a { background-color: #67063D; }
a { background-color: rgb(103,6,61); }
div.DivClassName
{
background-color: #67063D;
}
.BgClassName
{
background-color: #67063D;
}
</style>
border-color css
<style>
span { border-color: #67063D; }
span { border-color: rgb(103,6,61); }
td.TdClassName
{
border-color: #67063D;
}
.TagClassName
{
border-color: #67063D;
}
</style>