Shades of Tyrian Purple #65005A
Tints of Tyrian Purple #65005A
RGB
CMYK
RGB Variations
Color information
#65005A (or 0x65005A) is known color: Tyrian Purple. HEX triplet: 65, 00 and 5A. RGB value is (101,0,90). Sum of RGB (Red+Green+Blue) = 101+0+90=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #65005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65005A is #9AFFA5. Grayscale: #282828. Windows color (decimal): -10157990 or 5898341. OLE color: 5898341.
HSL color Cylindrical-coordinate representation of color #65005A: hue angle of 306.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65005A is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.11 | 0.60 |
| HSL | 306.53º | 1% | 0.2% | - |
| HSV(B) | 306.53º | 1% | 0.4% | - |
| XYZ | 7.21 | 3.5 | 9.97 | - |
| YUV | 40.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 90 | 0 | 1 | 0.11 | 0.60 | 306.53 | 1 | 0.2 |
| Hex | 65 | 0 | 5A | 0 | 64 | B | 3C | 133 | 64 | 14 |
| Octal | 145 | 0 | 132 | 0 | 144 | 13 | 74 | 463 | 144 | 24 |
| Binary | 1100101 | 0 | 1011010 | 0 | 1100100 | 1011 | 111100 | 100110011 | 1100100 | 10100 |
Color Harmonies of #65005A
Complementary color
Monochromatic Colors of #65005A
Black with #65005A
Text Example
Text Example
White with #65005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65005A; }
p { color: rgb(101,0,90); }
H1.HeaderClassName
{
color: #65005A;
}
.AnyTagClassName
{
color: #65005A;
}
</style>
background-color css
<style>
a { background-color: #65005A; }
a { background-color: rgb(101,0,90); }
div.DivClassName
{
background-color: #65005A;
}
.BgClassName
{
background-color: #65005A;
}
</style>
border-color css
<style>
span { border-color: #65005A; }
span { border-color: rgb(101,0,90); }
td.TdClassName
{
border-color: #65005A;
}
.TagClassName
{
border-color: #65005A;
}
</style>