Shades of Tyrian Purple #62073A
Tints of Tyrian Purple #62073A
RGB
CMYK
RGB Variations
Color information
#62073A (or 0x62073A) is known color: Tyrian Purple. HEX triplet: 62, 07 and 3A. RGB value is (98,7,58). Sum of RGB (Red+Green+Blue) = 98+7+58=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62073A is #9DF8C5. Grayscale: #272727. Windows color (decimal): -10352838 or 3802978. OLE color: 3802978.
HSL color Cylindrical-coordinate representation of color #62073A: hue angle of 326.37º 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 #62073A is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 7 | 58 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.62 |
| HSL | 326.37º | 0.87% | 0.21% | - |
| HSV(B) | 326.37º | 0.93% | 0.38% | - |
| XYZ | 5.88 | 3.05 | 4.28 | - |
| YUV | 40.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 58 | 0 | 0.93 | 0.41 | 0.62 | 326.37 | 0.87 | 0.21 |
| Hex | 62 | 7 | 3A | 0 | 5D | 29 | 3E | 146 | 57 | 15 |
| Octal | 142 | 7 | 72 | 0 | 135 | 51 | 76 | 506 | 127 | 25 |
| Binary | 1100010 | 111 | 111010 | 0 | 1011101 | 101001 | 111110 | 101000110 | 1010111 | 10101 |
Color Harmonies of #62073A
Complementary color
Monochromatic Colors of #62073A
Black with #62073A
Text Example
Text Example
White with #62073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62073A; }
p { color: rgb(98,7,58); }
H1.HeaderClassName
{
color: #62073A;
}
.AnyTagClassName
{
color: #62073A;
}
</style>
background-color css
<style>
a { background-color: #62073A; }
a { background-color: rgb(98,7,58); }
div.DivClassName
{
background-color: #62073A;
}
.BgClassName
{
background-color: #62073A;
}
</style>
border-color css
<style>
span { border-color: #62073A; }
span { border-color: rgb(98,7,58); }
td.TdClassName
{
border-color: #62073A;
}
.TagClassName
{
border-color: #62073A;
}
</style>