Shades of Tyrian Purple #83074B
Tints of Tyrian Purple #83074B
RGB
CMYK
RGB Variations
Color information
#83074B (or 0x83074B) is known color: Tyrian Purple. HEX triplet: 83, 07 and 4B. RGB value is (131,7,75). Sum of RGB (Red+Green+Blue) = 131+7+75=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83074B is #7CF8B4. Grayscale: #333333. Windows color (decimal): -8190133 or 4917123. OLE color: 4917123.
HSL color Cylindrical-coordinate representation of color #83074B: hue angle of 327.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83074B is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 75 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.49 |
| HSL | 327.1º | 0.9% | 0.27% | - |
| HSV(B) | 327.1º | 0.95% | 0.51% | - |
| XYZ | 10.71 | 5.49 | 7.15 | - |
| YUV | 51.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 75 | 0 | 0.95 | 0.43 | 0.49 | 327.1 | 0.9 | 0.27 |
| Hex | 83 | 7 | 4B | 0 | 5F | 2B | 31 | 147 | 5A | 1B |
| Octal | 203 | 7 | 113 | 0 | 137 | 53 | 61 | 507 | 132 | 33 |
| Binary | 10000011 | 111 | 1001011 | 0 | 1011111 | 101011 | 110001 | 101000111 | 1011010 | 11011 |
Color Harmonies of #83074B
Complementary color
Monochromatic Colors of #83074B
Black with #83074B
Text Example
Text Example
White with #83074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83074B; }
p { color: rgb(131,7,75); }
H1.HeaderClassName
{
color: #83074B;
}
.AnyTagClassName
{
color: #83074B;
}
</style>
background-color css
<style>
a { background-color: #83074B; }
a { background-color: rgb(131,7,75); }
div.DivClassName
{
background-color: #83074B;
}
.BgClassName
{
background-color: #83074B;
}
</style>
border-color css
<style>
span { border-color: #83074B; }
span { border-color: rgb(131,7,75); }
td.TdClassName
{
border-color: #83074B;
}
.TagClassName
{
border-color: #83074B;
}
</style>