Shades of Tyrian Purple #62053B
Tints of Tyrian Purple #62053B
RGB
CMYK
RGB Variations
Color information
#62053B (or 0x62053B) is known color: Tyrian Purple. HEX triplet: 62, 05 and 3B. RGB value is (98,5,59). Sum of RGB (Red+Green+Blue) = 98+5+59=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62053B is #9DFAC4. Grayscale: #262626. Windows color (decimal): -10353349 or 3868002. OLE color: 3868002.
HSL color Cylindrical-coordinate representation of color #62053B: hue angle of 325.16º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62053B is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 5 | 59 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.62 |
| HSL | 325.16º | 0.9% | 0.2% | - |
| HSV(B) | 325.16º | 0.95% | 0.38% | - |
| XYZ | 5.88 | 3.02 | 4.41 | - |
| YUV | 38.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 59 | 0 | 0.95 | 0.40 | 0.62 | 325.16 | 0.9 | 0.2 |
| Hex | 62 | 5 | 3B | 0 | 5F | 28 | 3E | 145 | 5A | 14 |
| Octal | 142 | 5 | 73 | 0 | 137 | 50 | 76 | 505 | 132 | 24 |
| Binary | 1100010 | 101 | 111011 | 0 | 1011111 | 101000 | 111110 | 101000101 | 1011010 | 10100 |
Color Harmonies of #62053B
Complementary color
Monochromatic Colors of #62053B
Black with #62053B
Text Example
Text Example
White with #62053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62053B; }
p { color: rgb(98,5,59); }
H1.HeaderClassName
{
color: #62053B;
}
.AnyTagClassName
{
color: #62053B;
}
</style>
background-color css
<style>
a { background-color: #62053B; }
a { background-color: rgb(98,5,59); }
div.DivClassName
{
background-color: #62053B;
}
.BgClassName
{
background-color: #62053B;
}
</style>
border-color css
<style>
span { border-color: #62053B; }
span { border-color: rgb(98,5,59); }
td.TdClassName
{
border-color: #62053B;
}
.TagClassName
{
border-color: #62053B;
}
</style>