Shades of Tyrian Purple #65072A
Tints of Tyrian Purple #65072A
RGB
CMYK
RGB Variations
Color information
#65072A (or 0x65072A) is known color: Tyrian Purple. HEX triplet: 65, 07 and 2A. RGB value is (101,7,42). Sum of RGB (Red+Green+Blue) = 101+7+42=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #65072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65072A is #9AF8D5. Grayscale: #272727. Windows color (decimal): -10156246 or 2754405. OLE color: 2754405.
HSL color Cylindrical-coordinate representation of color #65072A: hue angle of 337.66º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65072A is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 42 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.60 |
| HSL | 337.66º | 0.87% | 0.21% | - |
| HSV(B) | 337.66º | 0.93% | 0.4% | - |
| XYZ | 5.86 | 3.09 | 2.48 | - |
| YUV | 39.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 42 | 0 | 0.93 | 0.58 | 0.60 | 337.66 | 0.87 | 0.21 |
| Hex | 65 | 7 | 2A | 0 | 5D | 3A | 3C | 152 | 57 | 15 |
| Octal | 145 | 7 | 52 | 0 | 135 | 72 | 74 | 522 | 127 | 25 |
| Binary | 1100101 | 111 | 101010 | 0 | 1011101 | 111010 | 111100 | 101010010 | 1010111 | 10101 |
Color Harmonies of #65072A
Complementary color
Monochromatic Colors of #65072A
Black with #65072A
Text Example
Text Example
White with #65072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65072A; }
p { color: rgb(101,7,42); }
H1.HeaderClassName
{
color: #65072A;
}
.AnyTagClassName
{
color: #65072A;
}
</style>
background-color css
<style>
a { background-color: #65072A; }
a { background-color: rgb(101,7,42); }
div.DivClassName
{
background-color: #65072A;
}
.BgClassName
{
background-color: #65072A;
}
</style>
border-color css
<style>
span { border-color: #65072A; }
span { border-color: rgb(101,7,42); }
td.TdClassName
{
border-color: #65072A;
}
.TagClassName
{
border-color: #65072A;
}
</style>