Shades of Tyrian Purple #67083C
Tints of Tyrian Purple #67083C
RGB
CMYK
RGB Variations
Color information
#67083C (or 0x67083C) is known color: Tyrian Purple. HEX triplet: 67, 08 and 3C. RGB value is (103,8,60). Sum of RGB (Red+Green+Blue) = 103+8+60=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #67083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67083C is #98F7C3. Grayscale: #2A2A2A. Windows color (decimal): -10024900 or 3934311. OLE color: 3934311.
HSL color Cylindrical-coordinate representation of color #67083C: hue angle of 327.16º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67083C is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 8 | 60 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.60 |
| HSL | 327.16º | 0.86% | 0.22% | - |
| HSV(B) | 327.16º | 0.92% | 0.4% | - |
| XYZ | 6.5 | 3.38 | 4.59 | - |
| YUV | 42.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 60 | 0 | 0.92 | 0.42 | 0.60 | 327.16 | 0.86 | 0.22 |
| Hex | 67 | 8 | 3C | 0 | 5C | 2A | 3C | 147 | 56 | 16 |
| Octal | 147 | 10 | 74 | 0 | 134 | 52 | 74 | 507 | 126 | 26 |
| Binary | 1100111 | 1000 | 111100 | 0 | 1011100 | 101010 | 111100 | 101000111 | 1010110 | 10110 |
Color Harmonies of #67083C
Complementary color
Monochromatic Colors of #67083C
Black with #67083C
Text Example
Text Example
White with #67083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67083C; }
p { color: rgb(103,8,60); }
H1.HeaderClassName
{
color: #67083C;
}
.AnyTagClassName
{
color: #67083C;
}
</style>
background-color css
<style>
a { background-color: #67083C; }
a { background-color: rgb(103,8,60); }
div.DivClassName
{
background-color: #67083C;
}
.BgClassName
{
background-color: #67083C;
}
</style>
border-color css
<style>
span { border-color: #67083C; }
span { border-color: rgb(103,8,60); }
td.TdClassName
{
border-color: #67083C;
}
.TagClassName
{
border-color: #67083C;
}
</style>