Shades of Tyrian Purple #62043F
Tints of Tyrian Purple #62043F
RGB
CMYK
RGB Variations
Color information
#62043F (or 0x62043F) is known color: Tyrian Purple. HEX triplet: 62, 04 and 3F. RGB value is (98,4,63). Sum of RGB (Red+Green+Blue) = 98+4+63=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62043F is #9DFBC0. Grayscale: #262626. Windows color (decimal): -10353601 or 4129890. OLE color: 4129890.
HSL color Cylindrical-coordinate representation of color #62043F: hue angle of 322.34º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62043F is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 4 | 63 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.62 |
| HSL | 322.34º | 0.92% | 0.2% | - |
| HSV(B) | 322.34º | 0.96% | 0.38% | - |
| XYZ | 5.98 | 3.04 | 4.97 | - |
| YUV | 38.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 63 | 0 | 0.96 | 0.36 | 0.62 | 322.34 | 0.92 | 0.2 |
| Hex | 62 | 4 | 3F | 0 | 60 | 24 | 3E | 142 | 5C | 14 |
| Octal | 142 | 4 | 77 | 0 | 140 | 44 | 76 | 502 | 134 | 24 |
| Binary | 1100010 | 100 | 111111 | 0 | 1100000 | 100100 | 111110 | 101000010 | 1011100 | 10100 |
Color Harmonies of #62043F
Complementary color
Monochromatic Colors of #62043F
Black with #62043F
Text Example
Text Example
White with #62043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62043F; }
p { color: rgb(98,4,63); }
H1.HeaderClassName
{
color: #62043F;
}
.AnyTagClassName
{
color: #62043F;
}
</style>
background-color css
<style>
a { background-color: #62043F; }
a { background-color: rgb(98,4,63); }
div.DivClassName
{
background-color: #62043F;
}
.BgClassName
{
background-color: #62043F;
}
</style>
border-color css
<style>
span { border-color: #62043F; }
span { border-color: rgb(98,4,63); }
td.TdClassName
{
border-color: #62043F;
}
.TagClassName
{
border-color: #62043F;
}
</style>