Shades of Tyrian Purple #650E3E
Tints of Tyrian Purple #650E3E
RGB
CMYK
RGB Variations
Color information
#650E3E (or 0x650E3E) is known color: Tyrian Purple. HEX triplet: 65, 0E and 3E. RGB value is (101,14,62). Sum of RGB (Red+Green+Blue) = 101+14+62=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #650E3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650E3E is #9AF1C1. Grayscale: #2D2D2D. Windows color (decimal): -10154434 or 4066917. OLE color: 4066917.
HSL color Cylindrical-coordinate representation of color #650E3E: hue angle of 326.9º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #650E3E is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 62 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.60 |
| HSL | 326.9º | 0.76% | 0.23% | - |
| HSV(B) | 326.9º | 0.86% | 0.4% | - |
| XYZ | 6.39 | 3.43 | 4.88 | - |
| YUV | 45.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 62 | 0 | 0.86 | 0.39 | 0.60 | 326.9 | 0.76 | 0.23 |
| Hex | 65 | E | 3E | 0 | 56 | 27 | 3C | 147 | 4C | 17 |
| Octal | 145 | 16 | 76 | 0 | 126 | 47 | 74 | 507 | 114 | 27 |
| Binary | 1100101 | 1110 | 111110 | 0 | 1010110 | 100111 | 111100 | 101000111 | 1001100 | 10111 |
Color Harmonies of #650E3E
Complementary color
Monochromatic Colors of #650E3E
Black with #650E3E
Text Example
Text Example
White with #650E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E3E; }
p { color: rgb(101,14,62); }
H1.HeaderClassName
{
color: #650E3E;
}
.AnyTagClassName
{
color: #650E3E;
}
</style>
background-color css
<style>
a { background-color: #650E3E; }
a { background-color: rgb(101,14,62); }
div.DivClassName
{
background-color: #650E3E;
}
.BgClassName
{
background-color: #650E3E;
}
</style>
border-color css
<style>
span { border-color: #650E3E; }
span { border-color: rgb(101,14,62); }
td.TdClassName
{
border-color: #650E3E;
}
.TagClassName
{
border-color: #650E3E;
}
</style>