Shades of Tyrian Purple #62073C
Tints of Tyrian Purple #62073C
RGB
CMYK
RGB Variations
Color information
#62073C (or 0x62073C) is known color: Tyrian Purple. HEX triplet: 62, 07 and 3C. RGB value is (98,7,60). Sum of RGB (Red+Green+Blue) = 98+7+60=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62073C is #9DF8C3. Grayscale: #282828. Windows color (decimal): -10352836 or 3934050. OLE color: 3934050.
HSL color Cylindrical-coordinate representation of color #62073C: hue angle of 325.05º 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 #62073C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 7 | 60 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.62 |
| HSL | 325.05º | 0.87% | 0.21% | - |
| HSV(B) | 325.05º | 0.93% | 0.38% | - |
| XYZ | 5.93 | 3.07 | 4.56 | - |
| YUV | 40.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 60 | 0 | 0.93 | 0.39 | 0.62 | 325.05 | 0.87 | 0.21 |
| Hex | 62 | 7 | 3C | 0 | 5D | 27 | 3E | 145 | 57 | 15 |
| Octal | 142 | 7 | 74 | 0 | 135 | 47 | 76 | 505 | 127 | 25 |
| Binary | 1100010 | 111 | 111100 | 0 | 1011101 | 100111 | 111110 | 101000101 | 1010111 | 10101 |
Color Harmonies of #62073C
Complementary color
Monochromatic Colors of #62073C
Black with #62073C
Text Example
Text Example
White with #62073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62073C; }
p { color: rgb(98,7,60); }
H1.HeaderClassName
{
color: #62073C;
}
.AnyTagClassName
{
color: #62073C;
}
</style>
background-color css
<style>
a { background-color: #62073C; }
a { background-color: rgb(98,7,60); }
div.DivClassName
{
background-color: #62073C;
}
.BgClassName
{
background-color: #62073C;
}
</style>
border-color css
<style>
span { border-color: #62073C; }
span { border-color: rgb(98,7,60); }
td.TdClassName
{
border-color: #62073C;
}
.TagClassName
{
border-color: #62073C;
}
</style>