Shades of Tyrian Purple #65062D
Tints of Tyrian Purple #65062D
RGB
CMYK
RGB Variations
Color information
#65062D (or 0x65062D) is known color: Tyrian Purple. HEX triplet: 65, 06 and 2D. RGB value is (101,6,45). Sum of RGB (Red+Green+Blue) = 101+6+45=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #65062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65062D is #9AF9D2. Grayscale: #262626. Windows color (decimal): -10156499 or 2950757. OLE color: 2950757.
HSL color Cylindrical-coordinate representation of color #65062D: hue angle of 335.37º 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 #65062D is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 45 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.60 |
| HSL | 335.37º | 0.89% | 0.21% | - |
| HSV(B) | 335.37º | 0.94% | 0.4% | - |
| XYZ | 5.91 | 3.09 | 2.77 | - |
| YUV | 38.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 45 | 0 | 0.94 | 0.55 | 0.60 | 335.37 | 0.89 | 0.21 |
| Hex | 65 | 6 | 2D | 0 | 5E | 37 | 3C | 14F | 59 | 15 |
| Octal | 145 | 6 | 55 | 0 | 136 | 67 | 74 | 517 | 131 | 25 |
| Binary | 1100101 | 110 | 101101 | 0 | 1011110 | 110111 | 111100 | 101001111 | 1011001 | 10101 |
Color Harmonies of #65062D
Complementary color
Monochromatic Colors of #65062D
Black with #65062D
Text Example
Text Example
White with #65062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65062D; }
p { color: rgb(101,6,45); }
H1.HeaderClassName
{
color: #65062D;
}
.AnyTagClassName
{
color: #65062D;
}
</style>
background-color css
<style>
a { background-color: #65062D; }
a { background-color: rgb(101,6,45); }
div.DivClassName
{
background-color: #65062D;
}
.BgClassName
{
background-color: #65062D;
}
</style>
border-color css
<style>
span { border-color: #65062D; }
span { border-color: rgb(101,6,45); }
td.TdClassName
{
border-color: #65062D;
}
.TagClassName
{
border-color: #65062D;
}
</style>