Shades of Tyrian Purple #67023E
Tints of Tyrian Purple #67023E
RGB
CMYK
RGB Variations
Color information
#67023E (or 0x67023E) is known color: Tyrian Purple. HEX triplet: 67, 02 and 3E. RGB value is (103,2,62). Sum of RGB (Red+Green+Blue) = 103+2+62=167 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.68% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 103 - color contains mainly: red. Hex color #67023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67023E is #98FDC1. Grayscale: #262626. Windows color (decimal): -10026434 or 4063847. OLE color: 4063847.
HSL color Cylindrical-coordinate representation of color #67023E: hue angle of 324.36º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67023E is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.60 |
| HSL | 324.36º | 0.96% | 0.21% | - |
| HSV(B) | 324.36º | 0.98% | 0.4% | - |
| XYZ | 6.48 | 3.27 | 4.85 | - |
| YUV | 39.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 62 | 0 | 0.98 | 0.40 | 0.60 | 324.36 | 0.96 | 0.21 |
| Hex | 67 | 2 | 3E | 0 | 62 | 28 | 3C | 144 | 60 | 15 |
| Octal | 147 | 2 | 76 | 0 | 142 | 50 | 74 | 504 | 140 | 25 |
| Binary | 1100111 | 10 | 111110 | 0 | 1100010 | 101000 | 111100 | 101000100 | 1100000 | 10101 |
Color Harmonies of #67023E
Complementary color
Monochromatic Colors of #67023E
Black with #67023E
Text Example
Text Example
White with #67023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67023E; }
p { color: rgb(103,2,62); }
H1.HeaderClassName
{
color: #67023E;
}
.AnyTagClassName
{
color: #67023E;
}
</style>
background-color css
<style>
a { background-color: #67023E; }
a { background-color: rgb(103,2,62); }
div.DivClassName
{
background-color: #67023E;
}
.BgClassName
{
background-color: #67023E;
}
</style>
border-color css
<style>
span { border-color: #67023E; }
span { border-color: rgb(103,2,62); }
td.TdClassName
{
border-color: #67023E;
}
.TagClassName
{
border-color: #67023E;
}
</style>