Shades of Tyrian Purple #65004B
Tints of Tyrian Purple #65004B
RGB
CMYK
RGB Variations
Color information
#65004B (or 0x65004B) is known color: Tyrian Purple. HEX triplet: 65, 00 and 4B. RGB value is (101,0,75). Sum of RGB (Red+Green+Blue) = 101+0+75=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #65004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65004B is #9AFFB4. Grayscale: #262626. Windows color (decimal): -10158005 or 4915301. OLE color: 4915301.
HSL color Cylindrical-coordinate representation of color #65004B: hue angle of 315.45º 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 #65004B is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.26 | 0.60 |
| HSL | 315.45º | 1% | 0.2% | - |
| HSV(B) | 315.45º | 1% | 0.4% | - |
| XYZ | 6.64 | 3.27 | 6.94 | - |
| YUV | 38.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 75 | 0 | 1 | 0.26 | 0.60 | 315.45 | 1 | 0.2 |
| Hex | 65 | 0 | 4B | 0 | 64 | 1A | 3C | 13B | 64 | 14 |
| Octal | 145 | 0 | 113 | 0 | 144 | 32 | 74 | 473 | 144 | 24 |
| Binary | 1100101 | 0 | 1001011 | 0 | 1100100 | 11010 | 111100 | 100111011 | 1100100 | 10100 |
Color Harmonies of #65004B
Complementary color
Monochromatic Colors of #65004B
Black with #65004B
Text Example
Text Example
White with #65004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65004B; }
p { color: rgb(101,0,75); }
H1.HeaderClassName
{
color: #65004B;
}
.AnyTagClassName
{
color: #65004B;
}
</style>
background-color css
<style>
a { background-color: #65004B; }
a { background-color: rgb(101,0,75); }
div.DivClassName
{
background-color: #65004B;
}
.BgClassName
{
background-color: #65004B;
}
</style>
border-color css
<style>
span { border-color: #65004B; }
span { border-color: rgb(101,0,75); }
td.TdClassName
{
border-color: #65004B;
}
.TagClassName
{
border-color: #65004B;
}
</style>