Shades of Tyrian Purple #620143
Tints of Tyrian Purple #620143
RGB
CMYK
RGB Variations
Color information
#620143 (or 0x620143) is known color: Tyrian Purple. HEX triplet: 62, 01 and 43. RGB value is (98,1,67). Sum of RGB (Red+Green+Blue) = 98+1+67=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #620143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620143 is #9DFEBC. Grayscale: #252525. Windows color (decimal): -10354365 or 4391266. OLE color: 4391266.
HSL color Cylindrical-coordinate representation of color #620143: hue angle of 319.18º 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 #620143 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.62 |
| HSL | 319.18º | 0.98% | 0.19% | - |
| HSV(B) | 319.18º | 0.99% | 0.38% | - |
| XYZ | 6.06 | 3.02 | 5.57 | - |
| YUV | 37.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 67 | 0 | 0.99 | 0.32 | 0.62 | 319.18 | 0.98 | 0.19 |
| Hex | 62 | 1 | 43 | 0 | 63 | 20 | 3E | 13F | 62 | 13 |
| Octal | 142 | 1 | 103 | 0 | 143 | 40 | 76 | 477 | 142 | 23 |
| Binary | 1100010 | 1 | 1000011 | 0 | 1100011 | 100000 | 111110 | 100111111 | 1100010 | 10011 |
Color Harmonies of #620143
Complementary color
Monochromatic Colors of #620143
Black with #620143
Text Example
Text Example
White with #620143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620143; }
p { color: rgb(98,1,67); }
H1.HeaderClassName
{
color: #620143;
}
.AnyTagClassName
{
color: #620143;
}
</style>
background-color css
<style>
a { background-color: #620143; }
a { background-color: rgb(98,1,67); }
div.DivClassName
{
background-color: #620143;
}
.BgClassName
{
background-color: #620143;
}
</style>
border-color css
<style>
span { border-color: #620143; }
span { border-color: rgb(98,1,67); }
td.TdClassName
{
border-color: #620143;
}
.TagClassName
{
border-color: #620143;
}
</style>