Shades of Tyrian Purple #620154
Tints of Tyrian Purple #620154
RGB
CMYK
RGB Variations
Color information
#620154 (or 0x620154) is known color: Tyrian Purple. HEX triplet: 62, 01 and 54. RGB value is (98,1,84). Sum of RGB (Red+Green+Blue) = 98+1+84=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #620154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620154 is #9DFEAB. Grayscale: #272727. Windows color (decimal): -10354348 or 5505378. OLE color: 5505378.
HSL color Cylindrical-coordinate representation of color #620154: hue angle of 308.66º 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 #620154 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.62 |
| HSL | 308.66º | 0.98% | 0.19% | - |
| HSV(B) | 308.66º | 0.99% | 0.38% | - |
| XYZ | 6.65 | 3.26 | 8.67 | - |
| YUV | 39.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 84 | 0 | 0.99 | 0.14 | 0.62 | 308.66 | 0.98 | 0.19 |
| Hex | 62 | 1 | 54 | 0 | 63 | E | 3E | 135 | 62 | 13 |
| Octal | 142 | 1 | 124 | 0 | 143 | 16 | 76 | 465 | 142 | 23 |
| Binary | 1100010 | 1 | 1010100 | 0 | 1100011 | 1110 | 111110 | 100110101 | 1100010 | 10011 |
Color Harmonies of #620154
Complementary color
Monochromatic Colors of #620154
Black with #620154
Text Example
Text Example
White with #620154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620154; }
p { color: rgb(98,1,84); }
H1.HeaderClassName
{
color: #620154;
}
.AnyTagClassName
{
color: #620154;
}
</style>
background-color css
<style>
a { background-color: #620154; }
a { background-color: rgb(98,1,84); }
div.DivClassName
{
background-color: #620154;
}
.BgClassName
{
background-color: #620154;
}
</style>
border-color css
<style>
span { border-color: #620154; }
span { border-color: rgb(98,1,84); }
td.TdClassName
{
border-color: #620154;
}
.TagClassName
{
border-color: #620154;
}
</style>