Shades of Tyrian Purple #62052E
Tints of Tyrian Purple #62052E
RGB
CMYK
RGB Variations
Color information
#62052E (or 0x62052E) is known color: Tyrian Purple. HEX triplet: 62, 05 and 2E. RGB value is (98,5,46). Sum of RGB (Red+Green+Blue) = 98+5+46=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62052E is #9DFAD1. Grayscale: #252525. Windows color (decimal): -10353362 or 3016034. OLE color: 3016034.
HSL color Cylindrical-coordinate representation of color #62052E: hue angle of 333.55º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62052E is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 5 | 46 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.62 |
| HSL | 333.55º | 0.9% | 0.2% | - |
| HSV(B) | 333.55º | 0.95% | 0.38% | - |
| XYZ | 5.58 | 2.9 | 2.85 | - |
| YUV | 37.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 46 | 0 | 0.95 | 0.53 | 0.62 | 333.55 | 0.9 | 0.2 |
| Hex | 62 | 5 | 2E | 0 | 5F | 35 | 3E | 14E | 5A | 14 |
| Octal | 142 | 5 | 56 | 0 | 137 | 65 | 76 | 516 | 132 | 24 |
| Binary | 1100010 | 101 | 101110 | 0 | 1011111 | 110101 | 111110 | 101001110 | 1011010 | 10100 |
Color Harmonies of #62052E
Complementary color
Monochromatic Colors of #62052E
Black with #62052E
Text Example
Text Example
White with #62052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62052E; }
p { color: rgb(98,5,46); }
H1.HeaderClassName
{
color: #62052E;
}
.AnyTagClassName
{
color: #62052E;
}
</style>
background-color css
<style>
a { background-color: #62052E; }
a { background-color: rgb(98,5,46); }
div.DivClassName
{
background-color: #62052E;
}
.BgClassName
{
background-color: #62052E;
}
</style>
border-color css
<style>
span { border-color: #62052E; }
span { border-color: rgb(98,5,46); }
td.TdClassName
{
border-color: #62052E;
}
.TagClassName
{
border-color: #62052E;
}
</style>