Shades of Tyrian Purple #620153
Tints of Tyrian Purple #620153
RGB
CMYK
RGB Variations
Color information
#620153 (or 0x620153) is known color: Tyrian Purple. HEX triplet: 62, 01 and 53. RGB value is (98,1,83). Sum of RGB (Red+Green+Blue) = 98+1+83=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #620153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620153 is #9DFEAC. Grayscale: #272727. Windows color (decimal): -10354349 or 5439842. OLE color: 5439842.
HSL color Cylindrical-coordinate representation of color #620153: hue angle of 309.28º 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 #620153 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.62 |
| HSL | 309.28º | 0.98% | 0.19% | - |
| HSV(B) | 309.28º | 0.99% | 0.38% | - |
| XYZ | 6.61 | 3.24 | 8.46 | - |
| YUV | 39.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 83 | 0 | 0.99 | 0.15 | 0.62 | 309.28 | 0.98 | 0.19 |
| Hex | 62 | 1 | 53 | 0 | 63 | F | 3E | 135 | 62 | 13 |
| Octal | 142 | 1 | 123 | 0 | 143 | 17 | 76 | 465 | 142 | 23 |
| Binary | 1100010 | 1 | 1010011 | 0 | 1100011 | 1111 | 111110 | 100110101 | 1100010 | 10011 |
Color Harmonies of #620153
Complementary color
Monochromatic Colors of #620153
Black with #620153
Text Example
Text Example
White with #620153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620153; }
p { color: rgb(98,1,83); }
H1.HeaderClassName
{
color: #620153;
}
.AnyTagClassName
{
color: #620153;
}
</style>
background-color css
<style>
a { background-color: #620153; }
a { background-color: rgb(98,1,83); }
div.DivClassName
{
background-color: #620153;
}
.BgClassName
{
background-color: #620153;
}
</style>
border-color css
<style>
span { border-color: #620153; }
span { border-color: rgb(98,1,83); }
td.TdClassName
{
border-color: #620153;
}
.TagClassName
{
border-color: #620153;
}
</style>