Shades of Tyrian Purple #620A35
Tints of Tyrian Purple #620A35
RGB
CMYK
RGB Variations
Color information
#620A35 (or 0x620A35) is known color: Tyrian Purple. HEX triplet: 62, 0A and 35. RGB value is (98,10,53). Sum of RGB (Red+Green+Blue) = 98+10+53=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #620A35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A35 is #9DF5CA. Grayscale: #292929. Windows color (decimal): -10352075 or 3476066. OLE color: 3476066.
HSL color Cylindrical-coordinate representation of color #620A35: hue angle of 330.68º 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 #620A35 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 53 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.62 |
| HSL | 330.68º | 0.81% | 0.21% | - |
| HSV(B) | 330.68º | 0.9% | 0.38% | - |
| XYZ | 5.79 | 3.07 | 3.66 | - |
| YUV | 41.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 53 | 0 | 0.90 | 0.46 | 0.62 | 330.68 | 0.81 | 0.21 |
| Hex | 62 | A | 35 | 0 | 5A | 2E | 3E | 14B | 51 | 15 |
| Octal | 142 | 12 | 65 | 0 | 132 | 56 | 76 | 513 | 121 | 25 |
| Binary | 1100010 | 1010 | 110101 | 0 | 1011010 | 101110 | 111110 | 101001011 | 1010001 | 10101 |
Color Harmonies of #620A35
Complementary color
Monochromatic Colors of #620A35
Black with #620A35
Text Example
Text Example
White with #620A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A35; }
p { color: rgb(98,10,53); }
H1.HeaderClassName
{
color: #620A35;
}
.AnyTagClassName
{
color: #620A35;
}
</style>
background-color css
<style>
a { background-color: #620A35; }
a { background-color: rgb(98,10,53); }
div.DivClassName
{
background-color: #620A35;
}
.BgClassName
{
background-color: #620A35;
}
</style>
border-color css
<style>
span { border-color: #620A35; }
span { border-color: rgb(98,10,53); }
td.TdClassName
{
border-color: #620A35;
}
.TagClassName
{
border-color: #620A35;
}
</style>