Shades of Tyrian Purple #51024A
Tints of Tyrian Purple #51024A
RGB
CMYK
RGB Variations
Color information
#51024A (or 0x51024A) is known color: Tyrian Purple. HEX triplet: 51, 02 and 4A. RGB value is (81,2,74). Sum of RGB (Red+Green+Blue) = 81+2+74=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51024A is #AEFDB5. Grayscale: #212121. Windows color (decimal): -11468214 or 4850257. OLE color: 4850257.
HSL color Cylindrical-coordinate representation of color #51024A: hue angle of 305.32º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51024A is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 2 | 74 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.68 |
| HSL | 305.32º | 0.95% | 0.16% | - |
| HSV(B) | 305.32º | 0.98% | 0.32% | - |
| XYZ | 4.65 | 2.29 | 6.67 | - |
| YUV | 33.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 74 | 0 | 0.98 | 0.09 | 0.68 | 305.32 | 0.95 | 0.16 |
| Hex | 51 | 2 | 4A | 0 | 62 | 9 | 44 | 131 | 5F | 10 |
| Octal | 121 | 2 | 112 | 0 | 142 | 11 | 104 | 461 | 137 | 20 |
| Binary | 1010001 | 10 | 1001010 | 0 | 1100010 | 1001 | 1000100 | 100110001 | 1011111 | 10000 |
Color Harmonies of #51024A
Complementary color
Monochromatic Colors of #51024A
Black with #51024A
Text Example
Text Example
White with #51024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51024A; }
p { color: rgb(81,2,74); }
H1.HeaderClassName
{
color: #51024A;
}
.AnyTagClassName
{
color: #51024A;
}
</style>
background-color css
<style>
a { background-color: #51024A; }
a { background-color: rgb(81,2,74); }
div.DivClassName
{
background-color: #51024A;
}
.BgClassName
{
background-color: #51024A;
}
</style>
border-color css
<style>
span { border-color: #51024A; }
span { border-color: rgb(81,2,74); }
td.TdClassName
{
border-color: #51024A;
}
.TagClassName
{
border-color: #51024A;
}
</style>