Shades of Tyrian Purple #67054C
Tints of Tyrian Purple #67054C
RGB
CMYK
RGB Variations
Color information
#67054C (or 0x67054C) is known color: Tyrian Purple. HEX triplet: 67, 05 and 4C. RGB value is (103,5,76). Sum of RGB (Red+Green+Blue) = 103+5+76=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #67054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67054C is #98FAB3. Grayscale: #2A2A2A. Windows color (decimal): -10025652 or 4982119. OLE color: 4982119.
HSL color Cylindrical-coordinate representation of color #67054C: hue angle of 316.53º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67054C is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 5 | 76 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.60 |
| HSL | 316.53º | 0.91% | 0.21% | - |
| HSV(B) | 316.53º | 0.95% | 0.4% | - |
| XYZ | 6.95 | 3.51 | 7.15 | - |
| YUV | 42.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 76 | 0 | 0.95 | 0.26 | 0.60 | 316.53 | 0.91 | 0.21 |
| Hex | 67 | 5 | 4C | 0 | 5F | 1A | 3C | 13D | 5B | 15 |
| Octal | 147 | 5 | 114 | 0 | 137 | 32 | 74 | 475 | 133 | 25 |
| Binary | 1100111 | 101 | 1001100 | 0 | 1011111 | 11010 | 111100 | 100111101 | 1011011 | 10101 |
Color Harmonies of #67054C
Complementary color
Monochromatic Colors of #67054C
Black with #67054C
Text Example
Text Example
White with #67054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67054C; }
p { color: rgb(103,5,76); }
H1.HeaderClassName
{
color: #67054C;
}
.AnyTagClassName
{
color: #67054C;
}
</style>
background-color css
<style>
a { background-color: #67054C; }
a { background-color: rgb(103,5,76); }
div.DivClassName
{
background-color: #67054C;
}
.BgClassName
{
background-color: #67054C;
}
</style>
border-color css
<style>
span { border-color: #67054C; }
span { border-color: rgb(103,5,76); }
td.TdClassName
{
border-color: #67054C;
}
.TagClassName
{
border-color: #67054C;
}
</style>