Shades of Tyrian Purple #65042E
Tints of Tyrian Purple #65042E
RGB
CMYK
RGB Variations
Color information
#65042E (or 0x65042E) is known color: Tyrian Purple. HEX triplet: 65, 04 and 2E. RGB value is (101,4,46). Sum of RGB (Red+Green+Blue) = 101+4+46=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #65042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65042E is #9AFBD1. Grayscale: #252525. Windows color (decimal): -10157010 or 3015781. OLE color: 3015781.
HSL color Cylindrical-coordinate representation of color #65042E: hue angle of 334.02º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65042E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 46 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.60 |
| HSL | 334.02º | 0.92% | 0.21% | - |
| HSV(B) | 334.02º | 0.96% | 0.4% | - |
| XYZ | 5.9 | 3.05 | 2.86 | - |
| YUV | 37.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 46 | 0 | 0.96 | 0.54 | 0.60 | 334.02 | 0.92 | 0.21 |
| Hex | 65 | 4 | 2E | 0 | 60 | 36 | 3C | 14E | 5C | 15 |
| Octal | 145 | 4 | 56 | 0 | 140 | 66 | 74 | 516 | 134 | 25 |
| Binary | 1100101 | 100 | 101110 | 0 | 1100000 | 110110 | 111100 | 101001110 | 1011100 | 10101 |
Color Harmonies of #65042E
Complementary color
Monochromatic Colors of #65042E
Black with #65042E
Text Example
Text Example
White with #65042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65042E; }
p { color: rgb(101,4,46); }
H1.HeaderClassName
{
color: #65042E;
}
.AnyTagClassName
{
color: #65042E;
}
</style>
background-color css
<style>
a { background-color: #65042E; }
a { background-color: rgb(101,4,46); }
div.DivClassName
{
background-color: #65042E;
}
.BgClassName
{
background-color: #65042E;
}
</style>
border-color css
<style>
span { border-color: #65042E; }
span { border-color: rgb(101,4,46); }
td.TdClassName
{
border-color: #65042E;
}
.TagClassName
{
border-color: #65042E;
}
</style>