Shades of Tyrian Purple #500338
Tints of Tyrian Purple #500338
RGB
CMYK
RGB Variations
Color information
#500338 (or 0x500338) is known color: Tyrian Purple. HEX triplet: 50, 03 and 38. RGB value is (80,3,56). Sum of RGB (Red+Green+Blue) = 80+3+56=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #500338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500338 is #AFFCC7. Grayscale: #1F1F1F. Windows color (decimal): -11533512 or 3670864. OLE color: 3670864.
HSL color Cylindrical-coordinate representation of color #500338: hue angle of 318.7º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500338 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 56 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.69 |
| HSL | 318.7º | 0.93% | 0.16% | - |
| HSV(B) | 318.7º | 0.96% | 0.31% | - |
| XYZ | 4.05 | 2.06 | 3.92 | - |
| YUV | 32.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 56 | 0 | 0.96 | 0.30 | 0.69 | 318.7 | 0.93 | 0.16 |
| Hex | 50 | 3 | 38 | 0 | 60 | 1E | 45 | 13F | 5D | 10 |
| Octal | 120 | 3 | 70 | 0 | 140 | 36 | 105 | 477 | 135 | 20 |
| Binary | 1010000 | 11 | 111000 | 0 | 1100000 | 11110 | 1000101 | 100111111 | 1011101 | 10000 |
Color Harmonies of #500338
Complementary color
Monochromatic Colors of #500338
Black with #500338
Text Example
Text Example
White with #500338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500338; }
p { color: rgb(80,3,56); }
H1.HeaderClassName
{
color: #500338;
}
.AnyTagClassName
{
color: #500338;
}
</style>
background-color css
<style>
a { background-color: #500338; }
a { background-color: rgb(80,3,56); }
div.DivClassName
{
background-color: #500338;
}
.BgClassName
{
background-color: #500338;
}
</style>
border-color css
<style>
span { border-color: #500338; }
span { border-color: rgb(80,3,56); }
td.TdClassName
{
border-color: #500338;
}
.TagClassName
{
border-color: #500338;
}
</style>