Shades of Tyrian Purple #65062A
Tints of Tyrian Purple #65062A
RGB
CMYK
RGB Variations
Color information
#65062A (or 0x65062A) is known color: Tyrian Purple. HEX triplet: 65, 06 and 2A. RGB value is (101,6,42). Sum of RGB (Red+Green+Blue) = 101+6+42=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #65062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65062A is #9AF9D5. Grayscale: #262626. Windows color (decimal): -10156502 or 2754149. OLE color: 2754149.
HSL color Cylindrical-coordinate representation of color #65062A: hue angle of 337.26º 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 #65062A is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 42 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.60 |
| HSL | 337.26º | 0.89% | 0.21% | - |
| HSV(B) | 337.26º | 0.94% | 0.4% | - |
| XYZ | 5.85 | 3.06 | 2.47 | - |
| YUV | 38.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 42 | 0 | 0.94 | 0.58 | 0.60 | 337.26 | 0.89 | 0.21 |
| Hex | 65 | 6 | 2A | 0 | 5E | 3A | 3C | 151 | 59 | 15 |
| Octal | 145 | 6 | 52 | 0 | 136 | 72 | 74 | 521 | 131 | 25 |
| Binary | 1100101 | 110 | 101010 | 0 | 1011110 | 111010 | 111100 | 101010001 | 1011001 | 10101 |
Color Harmonies of #65062A
Complementary color
Monochromatic Colors of #65062A
Black with #65062A
Text Example
Text Example
White with #65062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65062A; }
p { color: rgb(101,6,42); }
H1.HeaderClassName
{
color: #65062A;
}
.AnyTagClassName
{
color: #65062A;
}
</style>
background-color css
<style>
a { background-color: #65062A; }
a { background-color: rgb(101,6,42); }
div.DivClassName
{
background-color: #65062A;
}
.BgClassName
{
background-color: #65062A;
}
</style>
border-color css
<style>
span { border-color: #65062A; }
span { border-color: rgb(101,6,42); }
td.TdClassName
{
border-color: #65062A;
}
.TagClassName
{
border-color: #65062A;
}
</style>