Shades of Tyrian Purple #65013E
Tints of Tyrian Purple #65013E
RGB
CMYK
RGB Variations
Color information
#65013E (or 0x65013E) is known color: Tyrian Purple. HEX triplet: 65, 01 and 3E. RGB value is (101,1,62). Sum of RGB (Red+Green+Blue) = 101+1+62=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65013E is #9AFEC1. Grayscale: #252525. Windows color (decimal): -10157762 or 4063589. OLE color: 4063589.
HSL color Cylindrical-coordinate representation of color #65013E: hue angle of 323.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65013E is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.60 |
| HSL | 323.4º | 0.98% | 0.2% | - |
| HSV(B) | 323.4º | 0.99% | 0.4% | - |
| XYZ | 6.25 | 3.14 | 4.83 | - |
| YUV | 37.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 62 | 0 | 0.99 | 0.39 | 0.60 | 323.4 | 0.98 | 0.2 |
| Hex | 65 | 1 | 3E | 0 | 63 | 27 | 3C | 143 | 62 | 14 |
| Octal | 145 | 1 | 76 | 0 | 143 | 47 | 74 | 503 | 142 | 24 |
| Binary | 1100101 | 1 | 111110 | 0 | 1100011 | 100111 | 111100 | 101000011 | 1100010 | 10100 |
Color Harmonies of #65013E
Complementary color
Monochromatic Colors of #65013E
Black with #65013E
Text Example
Text Example
White with #65013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65013E; }
p { color: rgb(101,1,62); }
H1.HeaderClassName
{
color: #65013E;
}
.AnyTagClassName
{
color: #65013E;
}
</style>
background-color css
<style>
a { background-color: #65013E; }
a { background-color: rgb(101,1,62); }
div.DivClassName
{
background-color: #65013E;
}
.BgClassName
{
background-color: #65013E;
}
</style>
border-color css
<style>
span { border-color: #65013E; }
span { border-color: rgb(101,1,62); }
td.TdClassName
{
border-color: #65013E;
}
.TagClassName
{
border-color: #65013E;
}
</style>