Shades of Tyrian Purple #62072D
Tints of Tyrian Purple #62072D
RGB
CMYK
RGB Variations
Color information
#62072D (or 0x62072D) is known color: Tyrian Purple. HEX triplet: 62, 07 and 2D. RGB value is (98,7,45). Sum of RGB (Red+Green+Blue) = 98+7+45=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #62072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62072D is #9DF8D2. Grayscale: #262626. Windows color (decimal): -10352851 or 2951010. OLE color: 2951010.
HSL color Cylindrical-coordinate representation of color #62072D: hue angle of 334.95º 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 #62072D is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 7 | 45 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.62 |
| HSL | 334.95º | 0.87% | 0.21% | - |
| HSV(B) | 334.95º | 0.93% | 0.38% | - |
| XYZ | 5.59 | 2.94 | 2.76 | - |
| YUV | 38.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 45 | 0 | 0.93 | 0.54 | 0.62 | 334.95 | 0.87 | 0.21 |
| Hex | 62 | 7 | 2D | 0 | 5D | 36 | 3E | 14F | 57 | 15 |
| Octal | 142 | 7 | 55 | 0 | 135 | 66 | 76 | 517 | 127 | 25 |
| Binary | 1100010 | 111 | 101101 | 0 | 1011101 | 110110 | 111110 | 101001111 | 1010111 | 10101 |
Color Harmonies of #62072D
Complementary color
Monochromatic Colors of #62072D
Black with #62072D
Text Example
Text Example
White with #62072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62072D; }
p { color: rgb(98,7,45); }
H1.HeaderClassName
{
color: #62072D;
}
.AnyTagClassName
{
color: #62072D;
}
</style>
background-color css
<style>
a { background-color: #62072D; }
a { background-color: rgb(98,7,45); }
div.DivClassName
{
background-color: #62072D;
}
.BgClassName
{
background-color: #62072D;
}
</style>
border-color css
<style>
span { border-color: #62072D; }
span { border-color: rgb(98,7,45); }
td.TdClassName
{
border-color: #62072D;
}
.TagClassName
{
border-color: #62072D;
}
</style>