Shades of Tyrian Purple #57023D
Tints of Tyrian Purple #57023D
RGB
CMYK
RGB Variations
Color information
#57023D (or 0x57023D) is known color: Tyrian Purple. HEX triplet: 57, 02 and 3D. RGB value is (87,2,61). Sum of RGB (Red+Green+Blue) = 87+2+61=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57023D is #A8FDC2. Grayscale: #212121. Windows color (decimal): -11075011 or 3998295. OLE color: 3998295.
HSL color Cylindrical-coordinate representation of color #57023D: hue angle of 318.35º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57023D is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.66 |
| HSL | 318.35º | 0.96% | 0.17% | - |
| HSV(B) | 318.35º | 0.98% | 0.34% | - |
| XYZ | 4.79 | 2.41 | 4.63 | - |
| YUV | 34.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 61 | 0 | 0.98 | 0.30 | 0.66 | 318.35 | 0.96 | 0.17 |
| Hex | 57 | 2 | 3D | 0 | 62 | 1E | 42 | 13E | 60 | 11 |
| Octal | 127 | 2 | 75 | 0 | 142 | 36 | 102 | 476 | 140 | 21 |
| Binary | 1010111 | 10 | 111101 | 0 | 1100010 | 11110 | 1000010 | 100111110 | 1100000 | 10001 |
Color Harmonies of #57023D
Complementary color
Monochromatic Colors of #57023D
Black with #57023D
Text Example
Text Example
White with #57023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57023D; }
p { color: rgb(87,2,61); }
H1.HeaderClassName
{
color: #57023D;
}
.AnyTagClassName
{
color: #57023D;
}
</style>
background-color css
<style>
a { background-color: #57023D; }
a { background-color: rgb(87,2,61); }
div.DivClassName
{
background-color: #57023D;
}
.BgClassName
{
background-color: #57023D;
}
</style>
border-color css
<style>
span { border-color: #57023D; }
span { border-color: rgb(87,2,61); }
td.TdClassName
{
border-color: #57023D;
}
.TagClassName
{
border-color: #57023D;
}
</style>