Shades of Tyrian Purple #62062A
Tints of Tyrian Purple #62062A
RGB
CMYK
RGB Variations
Color information
#62062A (or 0x62062A) is known color: Tyrian Purple. HEX triplet: 62, 06 and 2A. RGB value is (98,6,42). Sum of RGB (Red+Green+Blue) = 98+6+42=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62062A is #9DF9D5. Grayscale: #252525. Windows color (decimal): -10353110 or 2754146. OLE color: 2754146.
HSL color Cylindrical-coordinate representation of color #62062A: hue angle of 336.52º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62062A is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 42 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.62 |
| HSL | 336.52º | 0.88% | 0.2% | - |
| HSV(B) | 336.52º | 0.94% | 0.38% | - |
| XYZ | 5.52 | 2.89 | 2.46 | - |
| YUV | 37.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 42 | 0 | 0.94 | 0.57 | 0.62 | 336.52 | 0.88 | 0.2 |
| Hex | 62 | 6 | 2A | 0 | 5E | 39 | 3E | 151 | 58 | 14 |
| Octal | 142 | 6 | 52 | 0 | 136 | 71 | 76 | 521 | 130 | 24 |
| Binary | 1100010 | 110 | 101010 | 0 | 1011110 | 111001 | 111110 | 101010001 | 1011000 | 10100 |
Color Harmonies of #62062A
Complementary color
Monochromatic Colors of #62062A
Black with #62062A
Text Example
Text Example
White with #62062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62062A; }
p { color: rgb(98,6,42); }
H1.HeaderClassName
{
color: #62062A;
}
.AnyTagClassName
{
color: #62062A;
}
</style>
background-color css
<style>
a { background-color: #62062A; }
a { background-color: rgb(98,6,42); }
div.DivClassName
{
background-color: #62062A;
}
.BgClassName
{
background-color: #62062A;
}
</style>
border-color css
<style>
span { border-color: #62062A; }
span { border-color: rgb(98,6,42); }
td.TdClassName
{
border-color: #62062A;
}
.TagClassName
{
border-color: #62062A;
}
</style>