Shades of Tyrian Purple #67032B
Tints of Tyrian Purple #67032B
RGB
CMYK
RGB Variations
Color information
#67032B (or 0x67032B) is known color: Tyrian Purple. HEX triplet: 67, 03 and 2B. RGB value is (103,3,43). Sum of RGB (Red+Green+Blue) = 103+3+43=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #67032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67032B is #98FCD4. Grayscale: #252525. Windows color (decimal): -10026197 or 2818919. OLE color: 2818919.
HSL color Cylindrical-coordinate representation of color #67032B: hue angle of 336º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67032B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 43 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.60 |
| HSL | 336º | 0.94% | 0.21% | - |
| HSV(B) | 336º | 0.97% | 0.4% | - |
| XYZ | 6.06 | 3.12 | 2.57 | - |
| YUV | 37.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 43 | 0 | 0.97 | 0.58 | 0.60 | 336 | 0.94 | 0.21 |
| Hex | 67 | 3 | 2B | 0 | 61 | 3A | 3C | 150 | 5E | 15 |
| Octal | 147 | 3 | 53 | 0 | 141 | 72 | 74 | 520 | 136 | 25 |
| Binary | 1100111 | 11 | 101011 | 0 | 1100001 | 111010 | 111100 | 101010000 | 1011110 | 10101 |
Color Harmonies of #67032B
Complementary color
Monochromatic Colors of #67032B
Black with #67032B
Text Example
Text Example
White with #67032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67032B; }
p { color: rgb(103,3,43); }
H1.HeaderClassName
{
color: #67032B;
}
.AnyTagClassName
{
color: #67032B;
}
</style>
background-color css
<style>
a { background-color: #67032B; }
a { background-color: rgb(103,3,43); }
div.DivClassName
{
background-color: #67032B;
}
.BgClassName
{
background-color: #67032B;
}
</style>
border-color css
<style>
span { border-color: #67032B; }
span { border-color: rgb(103,3,43); }
td.TdClassName
{
border-color: #67032B;
}
.TagClassName
{
border-color: #67032B;
}
</style>