Shades of Tyrian Purple #65062E
Tints of Tyrian Purple #65062E
RGB
CMYK
RGB Variations
Color information
#65062E (or 0x65062E) is known color: Tyrian Purple. HEX triplet: 65, 06 and 2E. RGB value is (101,6,46). Sum of RGB (Red+Green+Blue) = 101+6+46=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #65062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65062E is #9AF9D1. Grayscale: #262626. Windows color (decimal): -10156498 or 3016293. OLE color: 3016293.
HSL color Cylindrical-coordinate representation of color #65062E: hue angle of 334.74º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65062E is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 46 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.60 |
| HSL | 334.74º | 0.89% | 0.21% | - |
| HSV(B) | 334.74º | 0.94% | 0.4% | - |
| XYZ | 5.93 | 3.09 | 2.87 | - |
| YUV | 38.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 46 | 0 | 0.94 | 0.54 | 0.60 | 334.74 | 0.89 | 0.21 |
| Hex | 65 | 6 | 2E | 0 | 5E | 36 | 3C | 14F | 59 | 15 |
| Octal | 145 | 6 | 56 | 0 | 136 | 66 | 74 | 517 | 131 | 25 |
| Binary | 1100101 | 110 | 101110 | 0 | 1011110 | 110110 | 111100 | 101001111 | 1011001 | 10101 |
Color Harmonies of #65062E
Complementary color
Monochromatic Colors of #65062E
Black with #65062E
Text Example
Text Example
White with #65062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65062E; }
p { color: rgb(101,6,46); }
H1.HeaderClassName
{
color: #65062E;
}
.AnyTagClassName
{
color: #65062E;
}
</style>
background-color css
<style>
a { background-color: #65062E; }
a { background-color: rgb(101,6,46); }
div.DivClassName
{
background-color: #65062E;
}
.BgClassName
{
background-color: #65062E;
}
</style>
border-color css
<style>
span { border-color: #65062E; }
span { border-color: rgb(101,6,46); }
td.TdClassName
{
border-color: #65062E;
}
.TagClassName
{
border-color: #65062E;
}
</style>