Shades of Tyrian Purple #650444
Tints of Tyrian Purple #650444
RGB
CMYK
RGB Variations
Color information
#650444 (or 0x650444) is known color: Tyrian Purple. HEX triplet: 65, 04 and 44. RGB value is (101,4,68). Sum of RGB (Red+Green+Blue) = 101+4+68=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #650444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650444 is #9AFBBB. Grayscale: #282828. Windows color (decimal): -10156988 or 4457573. OLE color: 4457573.
HSL color Cylindrical-coordinate representation of color #650444: hue angle of 320.41º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650444 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 68 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.60 |
| HSL | 320.41º | 0.92% | 0.21% | - |
| HSV(B) | 320.41º | 0.96% | 0.4% | - |
| XYZ | 6.45 | 3.27 | 5.76 | - |
| YUV | 40.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 68 | 0 | 0.96 | 0.33 | 0.60 | 320.41 | 0.92 | 0.21 |
| Hex | 65 | 4 | 44 | 0 | 60 | 21 | 3C | 140 | 5C | 15 |
| Octal | 145 | 4 | 104 | 0 | 140 | 41 | 74 | 500 | 134 | 25 |
| Binary | 1100101 | 100 | 1000100 | 0 | 1100000 | 100001 | 111100 | 101000000 | 1011100 | 10101 |
Color Harmonies of #650444
Complementary color
Monochromatic Colors of #650444
Black with #650444
Text Example
Text Example
White with #650444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650444; }
p { color: rgb(101,4,68); }
H1.HeaderClassName
{
color: #650444;
}
.AnyTagClassName
{
color: #650444;
}
</style>
background-color css
<style>
a { background-color: #650444; }
a { background-color: rgb(101,4,68); }
div.DivClassName
{
background-color: #650444;
}
.BgClassName
{
background-color: #650444;
}
</style>
border-color css
<style>
span { border-color: #650444; }
span { border-color: rgb(101,4,68); }
td.TdClassName
{
border-color: #650444;
}
.TagClassName
{
border-color: #650444;
}
</style>