Shades of Tyrian Purple #62072E
Tints of Tyrian Purple #62072E
RGB
CMYK
RGB Variations
Color information
#62072E (or 0x62072E) is known color: Tyrian Purple. HEX triplet: 62, 07 and 2E. RGB value is (98,7,46). Sum of RGB (Red+Green+Blue) = 98+7+46=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62072E is #9DF8D1. Grayscale: #262626. Windows color (decimal): -10352850 or 3016546. OLE color: 3016546.
HSL color Cylindrical-coordinate representation of color #62072E: hue angle of 334.29º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62072E is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 7 | 46 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.62 |
| HSL | 334.29º | 0.87% | 0.21% | - |
| HSV(B) | 334.29º | 0.93% | 0.38% | - |
| XYZ | 5.61 | 2.95 | 2.86 | - |
| YUV | 38.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 46 | 0 | 0.93 | 0.53 | 0.62 | 334.29 | 0.87 | 0.21 |
| Hex | 62 | 7 | 2E | 0 | 5D | 35 | 3E | 14E | 57 | 15 |
| Octal | 142 | 7 | 56 | 0 | 135 | 65 | 76 | 516 | 127 | 25 |
| Binary | 1100010 | 111 | 101110 | 0 | 1011101 | 110101 | 111110 | 101001110 | 1010111 | 10101 |
Color Harmonies of #62072E
Complementary color
Monochromatic Colors of #62072E
Black with #62072E
Text Example
Text Example
White with #62072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62072E; }
p { color: rgb(98,7,46); }
H1.HeaderClassName
{
color: #62072E;
}
.AnyTagClassName
{
color: #62072E;
}
</style>
background-color css
<style>
a { background-color: #62072E; }
a { background-color: rgb(98,7,46); }
div.DivClassName
{
background-color: #62072E;
}
.BgClassName
{
background-color: #62072E;
}
</style>
border-color css
<style>
span { border-color: #62072E; }
span { border-color: rgb(98,7,46); }
td.TdClassName
{
border-color: #62072E;
}
.TagClassName
{
border-color: #62072E;
}
</style>