Shades of Tyrian Purple #620A3D
Tints of Tyrian Purple #620A3D
RGB
CMYK
RGB Variations
Color information
#620A3D (or 0x620A3D) is known color: Tyrian Purple. HEX triplet: 62, 0A and 3D. RGB value is (98,10,61). Sum of RGB (Red+Green+Blue) = 98+10+61=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #620A3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A3D is #9DF5C2. Grayscale: #2A2A2A. Windows color (decimal): -10352067 or 4000354. OLE color: 4000354.
HSL color Cylindrical-coordinate representation of color #620A3D: hue angle of 325.23º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A3D is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 61 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.62 |
| HSL | 325.23º | 0.81% | 0.21% | - |
| HSV(B) | 325.23º | 0.9% | 0.38% | - |
| XYZ | 5.99 | 3.15 | 4.71 | - |
| YUV | 42.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 61 | 0 | 0.90 | 0.38 | 0.62 | 325.23 | 0.81 | 0.21 |
| Hex | 62 | A | 3D | 0 | 5A | 26 | 3E | 145 | 51 | 15 |
| Octal | 142 | 12 | 75 | 0 | 132 | 46 | 76 | 505 | 121 | 25 |
| Binary | 1100010 | 1010 | 111101 | 0 | 1011010 | 100110 | 111110 | 101000101 | 1010001 | 10101 |
Color Harmonies of #620A3D
Complementary color
Monochromatic Colors of #620A3D
Black with #620A3D
Text Example
Text Example
White with #620A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A3D; }
p { color: rgb(98,10,61); }
H1.HeaderClassName
{
color: #620A3D;
}
.AnyTagClassName
{
color: #620A3D;
}
</style>
background-color css
<style>
a { background-color: #620A3D; }
a { background-color: rgb(98,10,61); }
div.DivClassName
{
background-color: #620A3D;
}
.BgClassName
{
background-color: #620A3D;
}
</style>
border-color css
<style>
span { border-color: #620A3D; }
span { border-color: rgb(98,10,61); }
td.TdClassName
{
border-color: #620A3D;
}
.TagClassName
{
border-color: #620A3D;
}
</style>