Shades of Tyrian Purple #83033B
Tints of Tyrian Purple #83033B
RGB
CMYK
RGB Variations
Color information
#83033B (or 0x83033B) is known color: Tyrian Purple. HEX triplet: 83, 03 and 3B. RGB value is (131,3,59). Sum of RGB (Red+Green+Blue) = 131+3+59=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83033B is #7CFCC4. Grayscale: #2F2F2F. Windows color (decimal): -8191173 or 3867523. OLE color: 3867523.
HSL color Cylindrical-coordinate representation of color #83033B: hue angle of 333.75º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83033B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.49 |
| HSL | 333.75º | 0.96% | 0.26% | - |
| HSV(B) | 333.75º | 0.98% | 0.51% | - |
| XYZ | 10.18 | 5.21 | 4.61 | - |
| YUV | 47.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 59 | 0 | 0.98 | 0.55 | 0.49 | 333.75 | 0.96 | 0.26 |
| Hex | 83 | 3 | 3B | 0 | 62 | 37 | 31 | 14E | 60 | 1A |
| Octal | 203 | 3 | 73 | 0 | 142 | 67 | 61 | 516 | 140 | 32 |
| Binary | 10000011 | 11 | 111011 | 0 | 1100010 | 110111 | 110001 | 101001110 | 1100000 | 11010 |
Color Harmonies of #83033B
Complementary color
Monochromatic Colors of #83033B
Black with #83033B
Text Example
Text Example
White with #83033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83033B; }
p { color: rgb(131,3,59); }
H1.HeaderClassName
{
color: #83033B;
}
.AnyTagClassName
{
color: #83033B;
}
</style>
background-color css
<style>
a { background-color: #83033B; }
a { background-color: rgb(131,3,59); }
div.DivClassName
{
background-color: #83033B;
}
.BgClassName
{
background-color: #83033B;
}
</style>
border-color css
<style>
span { border-color: #83033B; }
span { border-color: rgb(131,3,59); }
td.TdClassName
{
border-color: #83033B;
}
.TagClassName
{
border-color: #83033B;
}
</style>