Shades of Tyrian Purple #620F34
Tints of Tyrian Purple #620F34
RGB
CMYK
RGB Variations
Color information
#620F34 (or 0x620F34) is known color: Tyrian Purple. HEX triplet: 62, 0F and 34. RGB value is (98,15,52). Sum of RGB (Red+Green+Blue) = 98+15+52=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #620F34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F34 is #9DF0CB. Grayscale: #2B2B2B. Windows color (decimal): -10350796 or 3411810. OLE color: 3411810.
HSL color Cylindrical-coordinate representation of color #620F34: hue angle of 333.25º 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 #620F34 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 52 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.62 |
| HSL | 333.25º | 0.73% | 0.22% | - |
| HSV(B) | 333.25º | 0.85% | 0.38% | - |
| XYZ | 5.83 | 3.19 | 3.56 | - |
| YUV | 44.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 52 | 0 | 0.85 | 0.47 | 0.62 | 333.25 | 0.73 | 0.22 |
| Hex | 62 | F | 34 | 0 | 55 | 2F | 3E | 14D | 49 | 16 |
| Octal | 142 | 17 | 64 | 0 | 125 | 57 | 76 | 515 | 111 | 26 |
| Binary | 1100010 | 1111 | 110100 | 0 | 1010101 | 101111 | 111110 | 101001101 | 1001001 | 10110 |
Color Harmonies of #620F34
Complementary color
Monochromatic Colors of #620F34
Black with #620F34
Text Example
Text Example
White with #620F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F34; }
p { color: rgb(98,15,52); }
H1.HeaderClassName
{
color: #620F34;
}
.AnyTagClassName
{
color: #620F34;
}
</style>
background-color css
<style>
a { background-color: #620F34; }
a { background-color: rgb(98,15,52); }
div.DivClassName
{
background-color: #620F34;
}
.BgClassName
{
background-color: #620F34;
}
</style>
border-color css
<style>
span { border-color: #620F34; }
span { border-color: rgb(98,15,52); }
td.TdClassName
{
border-color: #620F34;
}
.TagClassName
{
border-color: #620F34;
}
</style>