Shades of Tyrian Purple #67003B
Tints of Tyrian Purple #67003B
RGB
CMYK
RGB Variations
Color information
#67003B (or 0x67003B) is known color: Tyrian Purple. HEX triplet: 67, 00 and 3B. RGB value is (103,0,59). Sum of RGB (Red+Green+Blue) = 103+0+59=162 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.58% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 103 - color contains mainly: red. Hex color #67003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67003B is #98FFC4. Grayscale: #252525. Windows color (decimal): -10026949 or 3866727. OLE color: 3866727.
HSL color Cylindrical-coordinate representation of color #67003B: hue angle of 325.63º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67003B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.43 | 0.60 |
| HSL | 325.63º | 1% | 0.2% | - |
| HSV(B) | 325.63º | 1% | 0.4% | - |
| XYZ | 6.38 | 3.2 | 4.42 | - |
| YUV | 37.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 59 | 0 | 1 | 0.43 | 0.60 | 325.63 | 1 | 0.2 |
| Hex | 67 | 0 | 3B | 0 | 64 | 2B | 3C | 146 | 64 | 14 |
| Octal | 147 | 0 | 73 | 0 | 144 | 53 | 74 | 506 | 144 | 24 |
| Binary | 1100111 | 0 | 111011 | 0 | 1100100 | 101011 | 111100 | 101000110 | 1100100 | 10100 |
Color Harmonies of #67003B
Complementary color
Monochromatic Colors of #67003B
Black with #67003B
Text Example
Text Example
White with #67003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67003B; }
p { color: rgb(103,0,59); }
H1.HeaderClassName
{
color: #67003B;
}
.AnyTagClassName
{
color: #67003B;
}
</style>
background-color css
<style>
a { background-color: #67003B; }
a { background-color: rgb(103,0,59); }
div.DivClassName
{
background-color: #67003B;
}
.BgClassName
{
background-color: #67003B;
}
</style>
border-color css
<style>
span { border-color: #67003B; }
span { border-color: rgb(103,0,59); }
td.TdClassName
{
border-color: #67003B;
}
.TagClassName
{
border-color: #67003B;
}
</style>