Shades of Tyrian Purple #65044A
Tints of Tyrian Purple #65044A
RGB
CMYK
RGB Variations
Color information
#65044A (or 0x65044A) is known color: Tyrian Purple. HEX triplet: 65, 04 and 4A. RGB value is (101,4,74). Sum of RGB (Red+Green+Blue) = 101+4+74=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65044A is #9AFBB5. Grayscale: #282828. Windows color (decimal): -10156982 or 4850789. OLE color: 4850789.
HSL color Cylindrical-coordinate representation of color #65044A: hue angle of 316.7º 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 #65044A is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 74 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.60 |
| HSL | 316.7º | 0.92% | 0.21% | - |
| HSV(B) | 316.7º | 0.96% | 0.4% | - |
| XYZ | 6.65 | 3.35 | 6.77 | - |
| YUV | 40.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 74 | 0 | 0.96 | 0.27 | 0.60 | 316.7 | 0.92 | 0.21 |
| Hex | 65 | 4 | 4A | 0 | 60 | 1B | 3C | 13D | 5C | 15 |
| Octal | 145 | 4 | 112 | 0 | 140 | 33 | 74 | 475 | 134 | 25 |
| Binary | 1100101 | 100 | 1001010 | 0 | 1100000 | 11011 | 111100 | 100111101 | 1011100 | 10101 |
Color Harmonies of #65044A
Complementary color
Monochromatic Colors of #65044A
Black with #65044A
Text Example
Text Example
White with #65044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65044A; }
p { color: rgb(101,4,74); }
H1.HeaderClassName
{
color: #65044A;
}
.AnyTagClassName
{
color: #65044A;
}
</style>
background-color css
<style>
a { background-color: #65044A; }
a { background-color: rgb(101,4,74); }
div.DivClassName
{
background-color: #65044A;
}
.BgClassName
{
background-color: #65044A;
}
</style>
border-color css
<style>
span { border-color: #65044A; }
span { border-color: rgb(101,4,74); }
td.TdClassName
{
border-color: #65044A;
}
.TagClassName
{
border-color: #65044A;
}
</style>