Shades of Tyrian Purple #62012D
Tints of Tyrian Purple #62012D
RGB
CMYK
RGB Variations
Color information
#62012D (or 0x62012D) is known color: Tyrian Purple. HEX triplet: 62, 01 and 2D. RGB value is (98,1,45). Sum of RGB (Red+Green+Blue) = 98+1+45=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #62012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62012D is #9DFED2. Grayscale: #222222. Windows color (decimal): -10354387 or 2949474. OLE color: 2949474.
HSL color Cylindrical-coordinate representation of color #62012D: hue angle of 332.78º 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 #62012D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.62 |
| HSL | 332.78º | 0.98% | 0.19% | - |
| HSV(B) | 332.78º | 0.99% | 0.38% | - |
| XYZ | 5.52 | 2.81 | 2.73 | - |
| YUV | 35.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 45 | 0 | 0.99 | 0.54 | 0.62 | 332.78 | 0.98 | 0.19 |
| Hex | 62 | 1 | 2D | 0 | 63 | 36 | 3E | 14D | 62 | 13 |
| Octal | 142 | 1 | 55 | 0 | 143 | 66 | 76 | 515 | 142 | 23 |
| Binary | 1100010 | 1 | 101101 | 0 | 1100011 | 110110 | 111110 | 101001101 | 1100010 | 10011 |
Color Harmonies of #62012D
Complementary color
Monochromatic Colors of #62012D
Black with #62012D
Text Example
Text Example
White with #62012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62012D; }
p { color: rgb(98,1,45); }
H1.HeaderClassName
{
color: #62012D;
}
.AnyTagClassName
{
color: #62012D;
}
</style>
background-color css
<style>
a { background-color: #62012D; }
a { background-color: rgb(98,1,45); }
div.DivClassName
{
background-color: #62012D;
}
.BgClassName
{
background-color: #62012D;
}
</style>
border-color css
<style>
span { border-color: #62012D; }
span { border-color: rgb(98,1,45); }
td.TdClassName
{
border-color: #62012D;
}
.TagClassName
{
border-color: #62012D;
}
</style>