Shades of Tyrian Purple #82013D
Tints of Tyrian Purple #82013D
RGB
CMYK
RGB Variations
Color information
#82013D (or 0x82013D) is known color: Tyrian Purple. HEX triplet: 82, 01 and 3D. RGB value is (130,1,61). Sum of RGB (Red+Green+Blue) = 130+1+61=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82013D is #7DFEC2. Grayscale: #2E2E2E. Windows color (decimal): -8257219 or 3998082. OLE color: 3998082.
HSL color Cylindrical-coordinate representation of color #82013D: hue angle of 332.09º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82013D is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.49 |
| HSL | 332.09º | 0.98% | 0.26% | - |
| HSV(B) | 332.09º | 0.99% | 0.51% | - |
| XYZ | 10.06 | 5.1 | 4.87 | - |
| YUV | 46.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 61 | 0 | 0.99 | 0.53 | 0.49 | 332.09 | 0.98 | 0.26 |
| Hex | 82 | 1 | 3D | 0 | 63 | 35 | 31 | 14C | 62 | 1A |
| Octal | 202 | 1 | 75 | 0 | 143 | 65 | 61 | 514 | 142 | 32 |
| Binary | 10000010 | 1 | 111101 | 0 | 1100011 | 110101 | 110001 | 101001100 | 1100010 | 11010 |
Color Harmonies of #82013D
Complementary color
Monochromatic Colors of #82013D
Black with #82013D
Text Example
Text Example
White with #82013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82013D; }
p { color: rgb(130,1,61); }
H1.HeaderClassName
{
color: #82013D;
}
.AnyTagClassName
{
color: #82013D;
}
</style>
background-color css
<style>
a { background-color: #82013D; }
a { background-color: rgb(130,1,61); }
div.DivClassName
{
background-color: #82013D;
}
.BgClassName
{
background-color: #82013D;
}
</style>
border-color css
<style>
span { border-color: #82013D; }
span { border-color: rgb(130,1,61); }
td.TdClassName
{
border-color: #82013D;
}
.TagClassName
{
border-color: #82013D;
}
</style>