Shades of Tyrian Purple #65044F
Tints of Tyrian Purple #65044F
RGB
CMYK
RGB Variations
Color information
#65044F (or 0x65044F) is known color: Tyrian Purple. HEX triplet: 65, 04 and 4F. RGB value is (101,4,79). Sum of RGB (Red+Green+Blue) = 101+4+79=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65044F is #9AFBB0. Grayscale: #292929. Windows color (decimal): -10156977 or 5178469. OLE color: 5178469.
HSL color Cylindrical-coordinate representation of color #65044F: hue angle of 313.61º 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 #65044F is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.60 |
| HSL | 313.61º | 0.92% | 0.21% | - |
| HSV(B) | 313.61º | 0.96% | 0.4% | - |
| XYZ | 6.82 | 3.42 | 7.7 | - |
| YUV | 41.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 79 | 0 | 0.96 | 0.22 | 0.60 | 313.61 | 0.92 | 0.21 |
| Hex | 65 | 4 | 4F | 0 | 60 | 16 | 3C | 13A | 5C | 15 |
| Octal | 145 | 4 | 117 | 0 | 140 | 26 | 74 | 472 | 134 | 25 |
| Binary | 1100101 | 100 | 1001111 | 0 | 1100000 | 10110 | 111100 | 100111010 | 1011100 | 10101 |
Color Harmonies of #65044F
Complementary color
Monochromatic Colors of #65044F
Black with #65044F
Text Example
Text Example
White with #65044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65044F; }
p { color: rgb(101,4,79); }
H1.HeaderClassName
{
color: #65044F;
}
.AnyTagClassName
{
color: #65044F;
}
</style>
background-color css
<style>
a { background-color: #65044F; }
a { background-color: rgb(101,4,79); }
div.DivClassName
{
background-color: #65044F;
}
.BgClassName
{
background-color: #65044F;
}
</style>
border-color css
<style>
span { border-color: #65044F; }
span { border-color: rgb(101,4,79); }
td.TdClassName
{
border-color: #65044F;
}
.TagClassName
{
border-color: #65044F;
}
</style>