Shades of Tyrian Purple #62123B
Tints of Tyrian Purple #62123B
RGB
CMYK
RGB Variations
Color information
#62123B (or 0x62123B) is known color: Tyrian Purple. HEX triplet: 62, 12 and 3B. RGB value is (98,18,59). Sum of RGB (Red+Green+Blue) = 98+18+59=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62123B is #9DEDC4. Grayscale: #2E2E2E. Windows color (decimal): -10350021 or 3871330. OLE color: 3871330.
HSL color Cylindrical-coordinate representation of color #62123B: hue angle of 329.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62123B is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 59 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.62 |
| HSL | 329.25º | 0.69% | 0.23% | - |
| HSV(B) | 329.25º | 0.82% | 0.38% | - |
| XYZ | 6.04 | 3.35 | 4.46 | - |
| YUV | 46.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 59 | 0 | 0.82 | 0.40 | 0.62 | 329.25 | 0.69 | 0.23 |
| Hex | 62 | 12 | 3B | 0 | 52 | 28 | 3E | 149 | 45 | 17 |
| Octal | 142 | 22 | 73 | 0 | 122 | 50 | 76 | 511 | 105 | 27 |
| Binary | 1100010 | 10010 | 111011 | 0 | 1010010 | 101000 | 111110 | 101001001 | 1000101 | 10111 |
Color Harmonies of #62123B
Complementary color
Monochromatic Colors of #62123B
Black with #62123B
Text Example
Text Example
White with #62123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62123B; }
p { color: rgb(98,18,59); }
H1.HeaderClassName
{
color: #62123B;
}
.AnyTagClassName
{
color: #62123B;
}
</style>
background-color css
<style>
a { background-color: #62123B; }
a { background-color: rgb(98,18,59); }
div.DivClassName
{
background-color: #62123B;
}
.BgClassName
{
background-color: #62123B;
}
</style>
border-color css
<style>
span { border-color: #62123B; }
span { border-color: rgb(98,18,59); }
td.TdClassName
{
border-color: #62123B;
}
.TagClassName
{
border-color: #62123B;
}
</style>