Shades of Tyrian Purple #62013C
Tints of Tyrian Purple #62013C
RGB
CMYK
RGB Variations
Color information
#62013C (or 0x62013C) is known color: Tyrian Purple. HEX triplet: 62, 01 and 3C. RGB value is (98,1,60). Sum of RGB (Red+Green+Blue) = 98+1+60=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62013C is #9DFEC3. Grayscale: #242424. Windows color (decimal): -10354372 or 3932514. OLE color: 3932514.
HSL color Cylindrical-coordinate representation of color #62013C: hue angle of 323.51º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62013C is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.62 |
| HSL | 323.51º | 0.98% | 0.19% | - |
| HSV(B) | 323.51º | 0.99% | 0.38% | - |
| XYZ | 5.86 | 2.94 | 4.53 | - |
| YUV | 36.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 60 | 0 | 0.99 | 0.39 | 0.62 | 323.51 | 0.98 | 0.19 |
| Hex | 62 | 1 | 3C | 0 | 63 | 27 | 3E | 144 | 62 | 13 |
| Octal | 142 | 1 | 74 | 0 | 143 | 47 | 76 | 504 | 142 | 23 |
| Binary | 1100010 | 1 | 111100 | 0 | 1100011 | 100111 | 111110 | 101000100 | 1100010 | 10011 |
Color Harmonies of #62013C
Complementary color
Monochromatic Colors of #62013C
Black with #62013C
Text Example
Text Example
White with #62013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62013C; }
p { color: rgb(98,1,60); }
H1.HeaderClassName
{
color: #62013C;
}
.AnyTagClassName
{
color: #62013C;
}
</style>
background-color css
<style>
a { background-color: #62013C; }
a { background-color: rgb(98,1,60); }
div.DivClassName
{
background-color: #62013C;
}
.BgClassName
{
background-color: #62013C;
}
</style>
border-color css
<style>
span { border-color: #62013C; }
span { border-color: rgb(98,1,60); }
td.TdClassName
{
border-color: #62013C;
}
.TagClassName
{
border-color: #62013C;
}
</style>