Shades of Tyrian Purple #65003B
Tints of Tyrian Purple #65003B
RGB
CMYK
RGB Variations
Color information
#65003B (or 0x65003B) is known color: Tyrian Purple. HEX triplet: 65, 00 and 3B. RGB value is (101,0,59). Sum of RGB (Red+Green+Blue) = 101+0+59=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #65003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65003B is #9AFFC4. Grayscale: #242424. Windows color (decimal): -10158021 or 3866725. OLE color: 3866725.
HSL color Cylindrical-coordinate representation of color #65003B: hue angle of 324.95º 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 #65003B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.42 | 0.60 |
| HSL | 324.95º | 1% | 0.2% | - |
| HSV(B) | 324.95º | 1% | 0.4% | - |
| XYZ | 6.16 | 3.08 | 4.41 | - |
| YUV | 36.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 59 | 0 | 1 | 0.42 | 0.60 | 324.95 | 1 | 0.2 |
| Hex | 65 | 0 | 3B | 0 | 64 | 2A | 3C | 145 | 64 | 14 |
| Octal | 145 | 0 | 73 | 0 | 144 | 52 | 74 | 505 | 144 | 24 |
| Binary | 1100101 | 0 | 111011 | 0 | 1100100 | 101010 | 111100 | 101000101 | 1100100 | 10100 |
Color Harmonies of #65003B
Complementary color
Monochromatic Colors of #65003B
Black with #65003B
Text Example
Text Example
White with #65003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65003B; }
p { color: rgb(101,0,59); }
H1.HeaderClassName
{
color: #65003B;
}
.AnyTagClassName
{
color: #65003B;
}
</style>
background-color css
<style>
a { background-color: #65003B; }
a { background-color: rgb(101,0,59); }
div.DivClassName
{
background-color: #65003B;
}
.BgClassName
{
background-color: #65003B;
}
</style>
border-color css
<style>
span { border-color: #65003B; }
span { border-color: rgb(101,0,59); }
td.TdClassName
{
border-color: #65003B;
}
.TagClassName
{
border-color: #65003B;
}
</style>