Shades of Tyrian Purple #620232
Tints of Tyrian Purple #620232
RGB
CMYK
RGB Variations
Color information
#620232 (or 0x620232) is known color: Tyrian Purple. HEX triplet: 62, 02 and 32. RGB value is (98,2,50). Sum of RGB (Red+Green+Blue) = 98+2+50=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #620232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620232 is #9DFDCD. Grayscale: #242424. Windows color (decimal): -10354126 or 3277410. OLE color: 3277410.
HSL color Cylindrical-coordinate representation of color #620232: hue angle of 330º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620232 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 50 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.62 |
| HSL | 330º | 0.96% | 0.2% | - |
| HSV(B) | 330º | 0.98% | 0.38% | - |
| XYZ | 5.63 | 2.87 | 3.27 | - |
| YUV | 36.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 50 | 0 | 0.98 | 0.49 | 0.62 | 330 | 0.96 | 0.2 |
| Hex | 62 | 2 | 32 | 0 | 62 | 31 | 3E | 14A | 60 | 14 |
| Octal | 142 | 2 | 62 | 0 | 142 | 61 | 76 | 512 | 140 | 24 |
| Binary | 1100010 | 10 | 110010 | 0 | 1100010 | 110001 | 111110 | 101001010 | 1100000 | 10100 |
Color Harmonies of #620232
Complementary color
Monochromatic Colors of #620232
Black with #620232
Text Example
Text Example
White with #620232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620232; }
p { color: rgb(98,2,50); }
H1.HeaderClassName
{
color: #620232;
}
.AnyTagClassName
{
color: #620232;
}
</style>
background-color css
<style>
a { background-color: #620232; }
a { background-color: rgb(98,2,50); }
div.DivClassName
{
background-color: #620232;
}
.BgClassName
{
background-color: #620232;
}
</style>
border-color css
<style>
span { border-color: #620232; }
span { border-color: rgb(98,2,50); }
td.TdClassName
{
border-color: #620232;
}
.TagClassName
{
border-color: #620232;
}
</style>