Shades of Tyrian Purple #65064A
Tints of Tyrian Purple #65064A
RGB
CMYK
RGB Variations
Color information
#65064A (or 0x65064A) is known color: Tyrian Purple. HEX triplet: 65, 06 and 4A. RGB value is (101,6,74). Sum of RGB (Red+Green+Blue) = 101+6+74=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65064A is #9AF9B5. Grayscale: #292929. Windows color (decimal): -10156470 or 4851301. OLE color: 4851301.
HSL color Cylindrical-coordinate representation of color #65064A: hue angle of 317.05º 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 #65064A is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 74 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.60 |
| HSL | 317.05º | 0.89% | 0.21% | - |
| HSV(B) | 317.05º | 0.94% | 0.4% | - |
| XYZ | 6.67 | 3.39 | 6.78 | - |
| YUV | 42.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 74 | 0 | 0.94 | 0.27 | 0.60 | 317.05 | 0.89 | 0.21 |
| Hex | 65 | 6 | 4A | 0 | 5E | 1B | 3C | 13D | 59 | 15 |
| Octal | 145 | 6 | 112 | 0 | 136 | 33 | 74 | 475 | 131 | 25 |
| Binary | 1100101 | 110 | 1001010 | 0 | 1011110 | 11011 | 111100 | 100111101 | 1011001 | 10101 |
Color Harmonies of #65064A
Complementary color
Monochromatic Colors of #65064A
Black with #65064A
Text Example
Text Example
White with #65064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65064A; }
p { color: rgb(101,6,74); }
H1.HeaderClassName
{
color: #65064A;
}
.AnyTagClassName
{
color: #65064A;
}
</style>
background-color css
<style>
a { background-color: #65064A; }
a { background-color: rgb(101,6,74); }
div.DivClassName
{
background-color: #65064A;
}
.BgClassName
{
background-color: #65064A;
}
</style>
border-color css
<style>
span { border-color: #65064A; }
span { border-color: rgb(101,6,74); }
td.TdClassName
{
border-color: #65064A;
}
.TagClassName
{
border-color: #65064A;
}
</style>