Shades of Tyrian Purple #65084A
Tints of Tyrian Purple #65084A
RGB
CMYK
RGB Variations
Color information
#65084A (or 0x65084A) is known color: Tyrian Purple. HEX triplet: 65, 08 and 4A. RGB value is (101,8,74). Sum of RGB (Red+Green+Blue) = 101+8+74=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65084A is #9AF7B5. Grayscale: #2B2B2B. Windows color (decimal): -10155958 or 4851813. OLE color: 4851813.
HSL color Cylindrical-coordinate representation of color #65084A: hue angle of 317.42º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65084A is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 74 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.60 |
| HSL | 317.42º | 0.85% | 0.21% | - |
| HSV(B) | 317.42º | 0.92% | 0.4% | - |
| XYZ | 6.69 | 3.43 | 6.79 | - |
| YUV | 43.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 74 | 0 | 0.92 | 0.27 | 0.60 | 317.42 | 0.85 | 0.21 |
| Hex | 65 | 8 | 4A | 0 | 5C | 1B | 3C | 13D | 55 | 15 |
| Octal | 145 | 10 | 112 | 0 | 134 | 33 | 74 | 475 | 125 | 25 |
| Binary | 1100101 | 1000 | 1001010 | 0 | 1011100 | 11011 | 111100 | 100111101 | 1010101 | 10101 |
Color Harmonies of #65084A
Complementary color
Monochromatic Colors of #65084A
Black with #65084A
Text Example
Text Example
White with #65084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65084A; }
p { color: rgb(101,8,74); }
H1.HeaderClassName
{
color: #65084A;
}
.AnyTagClassName
{
color: #65084A;
}
</style>
background-color css
<style>
a { background-color: #65084A; }
a { background-color: rgb(101,8,74); }
div.DivClassName
{
background-color: #65084A;
}
.BgClassName
{
background-color: #65084A;
}
</style>
border-color css
<style>
span { border-color: #65084A; }
span { border-color: rgb(101,8,74); }
td.TdClassName
{
border-color: #65084A;
}
.TagClassName
{
border-color: #65084A;
}
</style>