Shades of Tyrian Purple #65113D
Tints of Tyrian Purple #65113D
RGB
CMYK
RGB Variations
Color information
#65113D (or 0x65113D) is known color: Tyrian Purple. HEX triplet: 65, 11 and 3D. RGB value is (101,17,61). Sum of RGB (Red+Green+Blue) = 101+17+61=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65113D is #9AEEC2. Grayscale: #2F2F2F. Windows color (decimal): -10153667 or 4002149. OLE color: 4002149.
HSL color Cylindrical-coordinate representation of color #65113D: hue angle of 328.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65113D is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 61 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.60 |
| HSL | 328.57º | 0.71% | 0.23% | - |
| HSV(B) | 328.57º | 0.83% | 0.4% | - |
| XYZ | 6.41 | 3.5 | 4.75 | - |
| YUV | 47.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 61 | 0 | 0.83 | 0.40 | 0.60 | 328.57 | 0.71 | 0.23 |
| Hex | 65 | 11 | 3D | 0 | 53 | 28 | 3C | 149 | 47 | 17 |
| Octal | 145 | 21 | 75 | 0 | 123 | 50 | 74 | 511 | 107 | 27 |
| Binary | 1100101 | 10001 | 111101 | 0 | 1010011 | 101000 | 111100 | 101001001 | 1000111 | 10111 |
Color Harmonies of #65113D
Complementary color
Monochromatic Colors of #65113D
Black with #65113D
Text Example
Text Example
White with #65113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65113D; }
p { color: rgb(101,17,61); }
H1.HeaderClassName
{
color: #65113D;
}
.AnyTagClassName
{
color: #65113D;
}
</style>
background-color css
<style>
a { background-color: #65113D; }
a { background-color: rgb(101,17,61); }
div.DivClassName
{
background-color: #65113D;
}
.BgClassName
{
background-color: #65113D;
}
</style>
border-color css
<style>
span { border-color: #65113D; }
span { border-color: rgb(101,17,61); }
td.TdClassName
{
border-color: #65113D;
}
.TagClassName
{
border-color: #65113D;
}
</style>