Shades of Tyrian Purple #650E34
Tints of Tyrian Purple #650E34
RGB
CMYK
RGB Variations
Color information
#650E34 (or 0x650E34) is known color: Tyrian Purple. HEX triplet: 65, 0E and 34. RGB value is (101,14,52). Sum of RGB (Red+Green+Blue) = 101+14+52=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #650E34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650E34 is #9AF1CB. Grayscale: #2C2C2C. Windows color (decimal): -10154444 or 3411557. OLE color: 3411557.
HSL color Cylindrical-coordinate representation of color #650E34: hue angle of 333.79º 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 #650E34 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 52 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.60 |
| HSL | 333.79º | 0.76% | 0.23% | - |
| HSV(B) | 333.79º | 0.86% | 0.4% | - |
| XYZ | 6.14 | 3.33 | 3.57 | - |
| YUV | 44.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 52 | 0 | 0.86 | 0.49 | 0.60 | 333.79 | 0.76 | 0.23 |
| Hex | 65 | E | 34 | 0 | 56 | 31 | 3C | 14E | 4C | 17 |
| Octal | 145 | 16 | 64 | 0 | 126 | 61 | 74 | 516 | 114 | 27 |
| Binary | 1100101 | 1110 | 110100 | 0 | 1010110 | 110001 | 111100 | 101001110 | 1001100 | 10111 |
Color Harmonies of #650E34
Complementary color
Monochromatic Colors of #650E34
Black with #650E34
Text Example
Text Example
White with #650E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E34; }
p { color: rgb(101,14,52); }
H1.HeaderClassName
{
color: #650E34;
}
.AnyTagClassName
{
color: #650E34;
}
</style>
background-color css
<style>
a { background-color: #650E34; }
a { background-color: rgb(101,14,52); }
div.DivClassName
{
background-color: #650E34;
}
.BgClassName
{
background-color: #650E34;
}
</style>
border-color css
<style>
span { border-color: #650E34; }
span { border-color: rgb(101,14,52); }
td.TdClassName
{
border-color: #650E34;
}
.TagClassName
{
border-color: #650E34;
}
</style>