Shades of Tyrian Purple #67003F
Tints of Tyrian Purple #67003F
RGB
CMYK
RGB Variations
Color information
#67003F (or 0x67003F) is known color: Tyrian Purple. HEX triplet: 67, 00 and 3F. RGB value is (103,0,63). Sum of RGB (Red+Green+Blue) = 103+0+63=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67003F is #98FFC0. Grayscale: #252525. Windows color (decimal): -10026945 or 4128871. OLE color: 4128871.
HSL color Cylindrical-coordinate representation of color #67003F: hue angle of 323.3º 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 #67003F is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.39 | 0.60 |
| HSL | 323.3º | 1% | 0.2% | - |
| HSV(B) | 323.3º | 1% | 0.4% | - |
| XYZ | 6.49 | 3.24 | 4.99 | - |
| YUV | 37.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 63 | 0 | 1 | 0.39 | 0.60 | 323.3 | 1 | 0.2 |
| Hex | 67 | 0 | 3F | 0 | 64 | 27 | 3C | 143 | 64 | 14 |
| Octal | 147 | 0 | 77 | 0 | 144 | 47 | 74 | 503 | 144 | 24 |
| Binary | 1100111 | 0 | 111111 | 0 | 1100100 | 100111 | 111100 | 101000011 | 1100100 | 10100 |
Color Harmonies of #67003F
Complementary color
Monochromatic Colors of #67003F
Black with #67003F
Text Example
Text Example
White with #67003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67003F; }
p { color: rgb(103,0,63); }
H1.HeaderClassName
{
color: #67003F;
}
.AnyTagClassName
{
color: #67003F;
}
</style>
background-color css
<style>
a { background-color: #67003F; }
a { background-color: rgb(103,0,63); }
div.DivClassName
{
background-color: #67003F;
}
.BgClassName
{
background-color: #67003F;
}
</style>
border-color css
<style>
span { border-color: #67003F; }
span { border-color: rgb(103,0,63); }
td.TdClassName
{
border-color: #67003F;
}
.TagClassName
{
border-color: #67003F;
}
</style>