Shades of Tyrian Purple #620242
Tints of Tyrian Purple #620242
RGB
CMYK
RGB Variations
Color information
#620242 (or 0x620242) is known color: Tyrian Purple. HEX triplet: 62, 02 and 42. RGB value is (98,2,66). Sum of RGB (Red+Green+Blue) = 98+2+66=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #620242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620242 is #9DFDBD. Grayscale: #252525. Windows color (decimal): -10354110 or 4325986. OLE color: 4325986.
HSL color Cylindrical-coordinate representation of color #620242: hue angle of 320º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620242 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 66 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.62 |
| HSL | 320º | 0.96% | 0.2% | - |
| HSV(B) | 320º | 0.98% | 0.38% | - |
| XYZ | 6.04 | 3.03 | 5.42 | - |
| YUV | 38 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 66 | 0 | 0.98 | 0.33 | 0.62 | 320 | 0.96 | 0.2 |
| Hex | 62 | 2 | 42 | 0 | 62 | 21 | 3E | 140 | 60 | 14 |
| Octal | 142 | 2 | 102 | 0 | 142 | 41 | 76 | 500 | 140 | 24 |
| Binary | 1100010 | 10 | 1000010 | 0 | 1100010 | 100001 | 111110 | 101000000 | 1100000 | 10100 |
Color Harmonies of #620242
Complementary color
Monochromatic Colors of #620242
Black with #620242
Text Example
Text Example
White with #620242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620242; }
p { color: rgb(98,2,66); }
H1.HeaderClassName
{
color: #620242;
}
.AnyTagClassName
{
color: #620242;
}
</style>
background-color css
<style>
a { background-color: #620242; }
a { background-color: rgb(98,2,66); }
div.DivClassName
{
background-color: #620242;
}
.BgClassName
{
background-color: #620242;
}
</style>
border-color css
<style>
span { border-color: #620242; }
span { border-color: rgb(98,2,66); }
td.TdClassName
{
border-color: #620242;
}
.TagClassName
{
border-color: #620242;
}
</style>