Shades of Tyrian Purple #67052B
Tints of Tyrian Purple #67052B
RGB
CMYK
RGB Variations
Color information
#67052B (or 0x67052B) is known color: Tyrian Purple. HEX triplet: 67, 05 and 2B. RGB value is (103,5,43). Sum of RGB (Red+Green+Blue) = 103+5+43=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #67052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67052B is #98FAD4. Grayscale: #262626. Windows color (decimal): -10025685 or 2819431. OLE color: 2819431.
HSL color Cylindrical-coordinate representation of color #67052B: hue angle of 336.73º 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 #67052B is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 5 | 43 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.60 |
| HSL | 336.73º | 0.91% | 0.21% | - |
| HSV(B) | 336.73º | 0.95% | 0.4% | - |
| XYZ | 6.08 | 3.17 | 2.58 | - |
| YUV | 38.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 43 | 0 | 0.95 | 0.58 | 0.60 | 336.73 | 0.91 | 0.21 |
| Hex | 67 | 5 | 2B | 0 | 5F | 3A | 3C | 151 | 5B | 15 |
| Octal | 147 | 5 | 53 | 0 | 137 | 72 | 74 | 521 | 133 | 25 |
| Binary | 1100111 | 101 | 101011 | 0 | 1011111 | 111010 | 111100 | 101010001 | 1011011 | 10101 |
Color Harmonies of #67052B
Complementary color
Monochromatic Colors of #67052B
Black with #67052B
Text Example
Text Example
White with #67052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67052B; }
p { color: rgb(103,5,43); }
H1.HeaderClassName
{
color: #67052B;
}
.AnyTagClassName
{
color: #67052B;
}
</style>
background-color css
<style>
a { background-color: #67052B; }
a { background-color: rgb(103,5,43); }
div.DivClassName
{
background-color: #67052B;
}
.BgClassName
{
background-color: #67052B;
}
</style>
border-color css
<style>
span { border-color: #67052B; }
span { border-color: rgb(103,5,43); }
td.TdClassName
{
border-color: #67052B;
}
.TagClassName
{
border-color: #67052B;
}
</style>