Shades of Tyrian Purple #650B4D
Tints of Tyrian Purple #650B4D
RGB
CMYK
RGB Variations
Color information
#650B4D (or 0x650B4D) is known color: Tyrian Purple. HEX triplet: 65, 0B and 4D. RGB value is (101,11,77). Sum of RGB (Red+Green+Blue) = 101+11+77=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #650B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650B4D is #9AF4B2. Grayscale: #2D2D2D. Windows color (decimal): -10155187 or 5049189. OLE color: 5049189.
HSL color Cylindrical-coordinate representation of color #650B4D: hue angle of 316º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650B4D is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 11 | 77 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.60 |
| HSL | 316º | 0.8% | 0.22% | - |
| HSV(B) | 316º | 0.89% | 0.4% | - |
| XYZ | 6.83 | 3.54 | 7.35 | - |
| YUV | 45.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 77 | 0 | 0.89 | 0.24 | 0.60 | 316 | 0.8 | 0.22 |
| Hex | 65 | B | 4D | 0 | 59 | 18 | 3C | 13C | 50 | 16 |
| Octal | 145 | 13 | 115 | 0 | 131 | 30 | 74 | 474 | 120 | 26 |
| Binary | 1100101 | 1011 | 1001101 | 0 | 1011001 | 11000 | 111100 | 100111100 | 1010000 | 10110 |
Color Harmonies of #650B4D
Complementary color
Monochromatic Colors of #650B4D
Black with #650B4D
Text Example
Text Example
White with #650B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B4D; }
p { color: rgb(101,11,77); }
H1.HeaderClassName
{
color: #650B4D;
}
.AnyTagClassName
{
color: #650B4D;
}
</style>
background-color css
<style>
a { background-color: #650B4D; }
a { background-color: rgb(101,11,77); }
div.DivClassName
{
background-color: #650B4D;
}
.BgClassName
{
background-color: #650B4D;
}
</style>
border-color css
<style>
span { border-color: #650B4D; }
span { border-color: rgb(101,11,77); }
td.TdClassName
{
border-color: #650B4D;
}
.TagClassName
{
border-color: #650B4D;
}
</style>