Shades of Tyrian Purple #650E4A
Tints of Tyrian Purple #650E4A
RGB
CMYK
RGB Variations
Color information
#650E4A (or 0x650E4A) is known color: Tyrian Purple. HEX triplet: 65, 0E and 4A. RGB value is (101,14,74). Sum of RGB (Red+Green+Blue) = 101+14+74=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #650E4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650E4A is #9AF1B5. Grayscale: #2E2E2E. Windows color (decimal): -10154422 or 4853349. OLE color: 4853349.
HSL color Cylindrical-coordinate representation of color #650E4A: hue angle of 318.62º 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 #650E4A is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 74 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.60 |
| HSL | 318.62º | 0.76% | 0.23% | - |
| HSV(B) | 318.62º | 0.86% | 0.4% | - |
| XYZ | 6.76 | 3.58 | 6.81 | - |
| YUV | 46.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 74 | 0 | 0.86 | 0.27 | 0.60 | 318.62 | 0.76 | 0.23 |
| Hex | 65 | E | 4A | 0 | 56 | 1B | 3C | 13F | 4C | 17 |
| Octal | 145 | 16 | 112 | 0 | 126 | 33 | 74 | 477 | 114 | 27 |
| Binary | 1100101 | 1110 | 1001010 | 0 | 1010110 | 11011 | 111100 | 100111111 | 1001100 | 10111 |
Color Harmonies of #650E4A
Complementary color
Monochromatic Colors of #650E4A
Black with #650E4A
Text Example
Text Example
White with #650E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E4A; }
p { color: rgb(101,14,74); }
H1.HeaderClassName
{
color: #650E4A;
}
.AnyTagClassName
{
color: #650E4A;
}
</style>
background-color css
<style>
a { background-color: #650E4A; }
a { background-color: rgb(101,14,74); }
div.DivClassName
{
background-color: #650E4A;
}
.BgClassName
{
background-color: #650E4A;
}
</style>
border-color css
<style>
span { border-color: #650E4A; }
span { border-color: rgb(101,14,74); }
td.TdClassName
{
border-color: #650E4A;
}
.TagClassName
{
border-color: #650E4A;
}
</style>