Shades of Tyrian Purple #62103D
Tints of Tyrian Purple #62103D
RGB
CMYK
RGB Variations
Color information
#62103D (or 0x62103D) is known color: Tyrian Purple. HEX triplet: 62, 10 and 3D. RGB value is (98,16,61). Sum of RGB (Red+Green+Blue) = 98+16+61=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62103D is #9DEFC2. Grayscale: #2D2D2D. Windows color (decimal): -10350531 or 4001890. OLE color: 4001890.
HSL color Cylindrical-coordinate representation of color #62103D: hue angle of 327.07º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62103D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 61 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.62 |
| HSL | 327.07º | 0.72% | 0.22% | - |
| HSV(B) | 327.07º | 0.84% | 0.38% | - |
| XYZ | 6.06 | 3.3 | 4.73 | - |
| YUV | 45.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 61 | 0 | 0.84 | 0.38 | 0.62 | 327.07 | 0.72 | 0.22 |
| Hex | 62 | 10 | 3D | 0 | 54 | 26 | 3E | 147 | 48 | 16 |
| Octal | 142 | 20 | 75 | 0 | 124 | 46 | 76 | 507 | 110 | 26 |
| Binary | 1100010 | 10000 | 111101 | 0 | 1010100 | 100110 | 111110 | 101000111 | 1001000 | 10110 |
Color Harmonies of #62103D
Complementary color
Monochromatic Colors of #62103D
Black with #62103D
Text Example
Text Example
White with #62103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62103D; }
p { color: rgb(98,16,61); }
H1.HeaderClassName
{
color: #62103D;
}
.AnyTagClassName
{
color: #62103D;
}
</style>
background-color css
<style>
a { background-color: #62103D; }
a { background-color: rgb(98,16,61); }
div.DivClassName
{
background-color: #62103D;
}
.BgClassName
{
background-color: #62103D;
}
</style>
border-color css
<style>
span { border-color: #62103D; }
span { border-color: rgb(98,16,61); }
td.TdClassName
{
border-color: #62103D;
}
.TagClassName
{
border-color: #62103D;
}
</style>