Shades of Tyrian Purple #62002A
Tints of Tyrian Purple #62002A
RGB
CMYK
RGB Variations
Color information
#62002A (or 0x62002A) is known color: Tyrian Purple. HEX triplet: 62, 00 and 2A. RGB value is (98,0,42). Sum of RGB (Red+Green+Blue) = 98+0+42=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #62002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62002A is #9DFFD5. Grayscale: #222222. Windows color (decimal): -10354646 or 2752610. OLE color: 2752610.
HSL color Cylindrical-coordinate representation of color #62002A: hue angle of 334.29º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62002A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.57 | 0.62 |
| HSL | 334.29º | 1% | 0.19% | - |
| HSV(B) | 334.29º | 1% | 0.38% | - |
| XYZ | 5.45 | 2.76 | 2.44 | - |
| YUV | 34.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 42 | 0 | 1 | 0.57 | 0.62 | 334.29 | 1 | 0.19 |
| Hex | 62 | 0 | 2A | 0 | 64 | 39 | 3E | 14E | 64 | 13 |
| Octal | 142 | 0 | 52 | 0 | 144 | 71 | 76 | 516 | 144 | 23 |
| Binary | 1100010 | 0 | 101010 | 0 | 1100100 | 111001 | 111110 | 101001110 | 1100100 | 10011 |
Color Harmonies of #62002A
Complementary color
Monochromatic Colors of #62002A
Black with #62002A
Text Example
Text Example
White with #62002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62002A; }
p { color: rgb(98,0,42); }
H1.HeaderClassName
{
color: #62002A;
}
.AnyTagClassName
{
color: #62002A;
}
</style>
background-color css
<style>
a { background-color: #62002A; }
a { background-color: rgb(98,0,42); }
div.DivClassName
{
background-color: #62002A;
}
.BgClassName
{
background-color: #62002A;
}
</style>
border-color css
<style>
span { border-color: #62002A; }
span { border-color: rgb(98,0,42); }
td.TdClassName
{
border-color: #62002A;
}
.TagClassName
{
border-color: #62002A;
}
</style>