Shades of Tyrian Purple #82033F
Tints of Tyrian Purple #82033F
RGB
CMYK
RGB Variations
Color information
#82033F (or 0x82033F) is known color: Tyrian Purple. HEX triplet: 82, 03 and 3F. RGB value is (130,3,63). Sum of RGB (Red+Green+Blue) = 130+3+63=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82033F is #7DFCC0. Grayscale: #2F2F2F. Windows color (decimal): -8256705 or 4129666. OLE color: 4129666.
HSL color Cylindrical-coordinate representation of color #82033F: hue angle of 331.65º degrees, saturation: 0.95, 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 #82033F is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.49 |
| HSL | 331.65º | 0.95% | 0.26% | - |
| HSV(B) | 331.65º | 0.98% | 0.51% | - |
| XYZ | 10.14 | 5.17 | 5.17 | - |
| YUV | 47.81 | 136.58 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 63 | 0 | 0.98 | 0.52 | 0.49 | 331.65 | 0.95 | 0.26 |
| Hex | 82 | 3 | 3F | 0 | 62 | 34 | 31 | 14C | 5F | 1A |
| Octal | 202 | 3 | 77 | 0 | 142 | 64 | 61 | 514 | 137 | 32 |
| Binary | 10000010 | 11 | 111111 | 0 | 1100010 | 110100 | 110001 | 101001100 | 1011111 | 11010 |
Color Harmonies of #82033F
Complementary color
Monochromatic Colors of #82033F
Black with #82033F
Text Example
Text Example
White with #82033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82033F; }
p { color: rgb(130,3,63); }
H1.HeaderClassName
{
color: #82033F;
}
.AnyTagClassName
{
color: #82033F;
}
</style>
background-color css
<style>
a { background-color: #82033F; }
a { background-color: rgb(130,3,63); }
div.DivClassName
{
background-color: #82033F;
}
.BgClassName
{
background-color: #82033F;
}
</style>
border-color css
<style>
span { border-color: #82033F; }
span { border-color: rgb(130,3,63); }
td.TdClassName
{
border-color: #82033F;
}
.TagClassName
{
border-color: #82033F;
}
</style>