Shades of Tyrian Purple #51024B
Tints of Tyrian Purple #51024B
RGB
CMYK
RGB Variations
Color information
#51024B (or 0x51024B) is known color: Tyrian Purple. HEX triplet: 51, 02 and 4B. RGB value is (81,2,75). Sum of RGB (Red+Green+Blue) = 81+2+75=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51024B is #AEFDB4. Grayscale: #212121. Windows color (decimal): -11468213 or 4915793. OLE color: 4915793.
HSL color Cylindrical-coordinate representation of color #51024B: hue angle of 304.56º 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 #51024B is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.68 |
| HSL | 304.56º | 0.95% | 0.16% | - |
| HSV(B) | 304.56º | 0.98% | 0.32% | - |
| XYZ | 4.69 | 2.3 | 6.85 | - |
| YUV | 33.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 75 | 0 | 0.98 | 0.07 | 0.68 | 304.56 | 0.95 | 0.16 |
| Hex | 51 | 2 | 4B | 0 | 62 | 7 | 44 | 131 | 5F | 10 |
| Octal | 121 | 2 | 113 | 0 | 142 | 7 | 104 | 461 | 137 | 20 |
| Binary | 1010001 | 10 | 1001011 | 0 | 1100010 | 111 | 1000100 | 100110001 | 1011111 | 10000 |
Color Harmonies of #51024B
Complementary color
Monochromatic Colors of #51024B
Black with #51024B
Text Example
Text Example
White with #51024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51024B; }
p { color: rgb(81,2,75); }
H1.HeaderClassName
{
color: #51024B;
}
.AnyTagClassName
{
color: #51024B;
}
</style>
background-color css
<style>
a { background-color: #51024B; }
a { background-color: rgb(81,2,75); }
div.DivClassName
{
background-color: #51024B;
}
.BgClassName
{
background-color: #51024B;
}
</style>
border-color css
<style>
span { border-color: #51024B; }
span { border-color: rgb(81,2,75); }
td.TdClassName
{
border-color: #51024B;
}
.TagClassName
{
border-color: #51024B;
}
</style>