Shades of Tyrian Purple #62032C
Tints of Tyrian Purple #62032C
RGB
CMYK
RGB Variations
Color information
#62032C (or 0x62032C) is known color: Tyrian Purple. HEX triplet: 62, 03 and 2C. RGB value is (98,3,44). Sum of RGB (Red+Green+Blue) = 98+3+44=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #62032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62032C is #9DFCD3. Grayscale: #242424. Windows color (decimal): -10353876 or 2884450. OLE color: 2884450.
HSL color Cylindrical-coordinate representation of color #62032C: hue angle of 334.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62032C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 3 | 44 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.62 |
| HSL | 334.11º | 0.94% | 0.2% | - |
| HSV(B) | 334.11º | 0.97% | 0.38% | - |
| XYZ | 5.52 | 2.84 | 2.64 | - |
| YUV | 36.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 44 | 0 | 0.97 | 0.55 | 0.62 | 334.11 | 0.94 | 0.2 |
| Hex | 62 | 3 | 2C | 0 | 61 | 37 | 3E | 14E | 5E | 14 |
| Octal | 142 | 3 | 54 | 0 | 141 | 67 | 76 | 516 | 136 | 24 |
| Binary | 1100010 | 11 | 101100 | 0 | 1100001 | 110111 | 111110 | 101001110 | 1011110 | 10100 |
Color Harmonies of #62032C
Complementary color
Monochromatic Colors of #62032C
Black with #62032C
Text Example
Text Example
White with #62032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62032C; }
p { color: rgb(98,3,44); }
H1.HeaderClassName
{
color: #62032C;
}
.AnyTagClassName
{
color: #62032C;
}
</style>
background-color css
<style>
a { background-color: #62032C; }
a { background-color: rgb(98,3,44); }
div.DivClassName
{
background-color: #62032C;
}
.BgClassName
{
background-color: #62032C;
}
</style>
border-color css
<style>
span { border-color: #62032C; }
span { border-color: rgb(98,3,44); }
td.TdClassName
{
border-color: #62032C;
}
.TagClassName
{
border-color: #62032C;
}
</style>