Shades of Tyrian Purple #650454
Tints of Tyrian Purple #650454
RGB
CMYK
RGB Variations
Color information
#650454 (or 0x650454) is known color: Tyrian Purple. HEX triplet: 65, 04 and 54. RGB value is (101,4,84). Sum of RGB (Red+Green+Blue) = 101+4+84=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #650454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650454 is #9AFBAB. Grayscale: #292929. Windows color (decimal): -10156972 or 5506149. OLE color: 5506149.
HSL color Cylindrical-coordinate representation of color #650454: hue angle of 310.52º 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 #650454 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 84 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.60 |
| HSL | 310.52º | 0.92% | 0.21% | - |
| HSV(B) | 310.52º | 0.96% | 0.4% | - |
| XYZ | 7.01 | 3.49 | 8.69 | - |
| YUV | 42.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 84 | 0 | 0.96 | 0.17 | 0.60 | 310.52 | 0.92 | 0.21 |
| Hex | 65 | 4 | 54 | 0 | 60 | 11 | 3C | 137 | 5C | 15 |
| Octal | 145 | 4 | 124 | 0 | 140 | 21 | 74 | 467 | 134 | 25 |
| Binary | 1100101 | 100 | 1010100 | 0 | 1100000 | 10001 | 111100 | 100110111 | 1011100 | 10101 |
Color Harmonies of #650454
Complementary color
Monochromatic Colors of #650454
Black with #650454
Text Example
Text Example
White with #650454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650454; }
p { color: rgb(101,4,84); }
H1.HeaderClassName
{
color: #650454;
}
.AnyTagClassName
{
color: #650454;
}
</style>
background-color css
<style>
a { background-color: #650454; }
a { background-color: rgb(101,4,84); }
div.DivClassName
{
background-color: #650454;
}
.BgClassName
{
background-color: #650454;
}
</style>
border-color css
<style>
span { border-color: #650454; }
span { border-color: rgb(101,4,84); }
td.TdClassName
{
border-color: #650454;
}
.TagClassName
{
border-color: #650454;
}
</style>