Shades of Tyrian Purple #62103B
Tints of Tyrian Purple #62103B
RGB
CMYK
RGB Variations
Color information
#62103B (or 0x62103B) is known color: Tyrian Purple. HEX triplet: 62, 10 and 3B. RGB value is (98,16,59). Sum of RGB (Red+Green+Blue) = 98+16+59=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62103B is #9DEFC4. Grayscale: #2D2D2D. Windows color (decimal): -10350533 or 3870818. OLE color: 3870818.
HSL color Cylindrical-coordinate representation of color #62103B: hue angle of 328.54º 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 #62103B is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 59 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.62 |
| HSL | 328.54º | 0.72% | 0.22% | - |
| HSV(B) | 328.54º | 0.84% | 0.38% | - |
| XYZ | 6.01 | 3.28 | 4.45 | - |
| YUV | 45.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 59 | 0 | 0.84 | 0.40 | 0.62 | 328.54 | 0.72 | 0.22 |
| Hex | 62 | 10 | 3B | 0 | 54 | 28 | 3E | 149 | 48 | 16 |
| Octal | 142 | 20 | 73 | 0 | 124 | 50 | 76 | 511 | 110 | 26 |
| Binary | 1100010 | 10000 | 111011 | 0 | 1010100 | 101000 | 111110 | 101001001 | 1001000 | 10110 |
Color Harmonies of #62103B
Complementary color
Monochromatic Colors of #62103B
Black with #62103B
Text Example
Text Example
White with #62103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62103B; }
p { color: rgb(98,16,59); }
H1.HeaderClassName
{
color: #62103B;
}
.AnyTagClassName
{
color: #62103B;
}
</style>
background-color css
<style>
a { background-color: #62103B; }
a { background-color: rgb(98,16,59); }
div.DivClassName
{
background-color: #62103B;
}
.BgClassName
{
background-color: #62103B;
}
</style>
border-color css
<style>
span { border-color: #62103B; }
span { border-color: rgb(98,16,59); }
td.TdClassName
{
border-color: #62103B;
}
.TagClassName
{
border-color: #62103B;
}
</style>