Shades of Tyrian Purple #620F37
Tints of Tyrian Purple #620F37
RGB
CMYK
RGB Variations
Color information
#620F37 (or 0x620F37) is known color: Tyrian Purple. HEX triplet: 62, 0F and 37. RGB value is (98,15,55). Sum of RGB (Red+Green+Blue) = 98+15+55=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #620F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F37 is #9DF0C8. Grayscale: #2C2C2C. Windows color (decimal): -10350793 or 3608418. OLE color: 3608418.
HSL color Cylindrical-coordinate representation of color #620F37: hue angle of 331.08º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F37 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 55 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.62 |
| HSL | 331.08º | 0.73% | 0.22% | - |
| HSV(B) | 331.08º | 0.85% | 0.38% | - |
| XYZ | 5.9 | 3.21 | 3.92 | - |
| YUV | 44.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 55 | 0 | 0.85 | 0.44 | 0.62 | 331.08 | 0.73 | 0.22 |
| Hex | 62 | F | 37 | 0 | 55 | 2C | 3E | 14B | 49 | 16 |
| Octal | 142 | 17 | 67 | 0 | 125 | 54 | 76 | 513 | 111 | 26 |
| Binary | 1100010 | 1111 | 110111 | 0 | 1010101 | 101100 | 111110 | 101001011 | 1001001 | 10110 |
Color Harmonies of #620F37
Complementary color
Monochromatic Colors of #620F37
Black with #620F37
Text Example
Text Example
White with #620F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F37; }
p { color: rgb(98,15,55); }
H1.HeaderClassName
{
color: #620F37;
}
.AnyTagClassName
{
color: #620F37;
}
</style>
background-color css
<style>
a { background-color: #620F37; }
a { background-color: rgb(98,15,55); }
div.DivClassName
{
background-color: #620F37;
}
.BgClassName
{
background-color: #620F37;
}
</style>
border-color css
<style>
span { border-color: #620F37; }
span { border-color: rgb(98,15,55); }
td.TdClassName
{
border-color: #620F37;
}
.TagClassName
{
border-color: #620F37;
}
</style>