Shades of Tyrian Purple #62063F
Tints of Tyrian Purple #62063F
RGB
CMYK
RGB Variations
Color information
#62063F (or 0x62063F) is known color: Tyrian Purple. HEX triplet: 62, 06 and 3F. RGB value is (98,6,63). Sum of RGB (Red+Green+Blue) = 98+6+63=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #62063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62063F is #9DF9C0. Grayscale: #272727. Windows color (decimal): -10353089 or 4130402. OLE color: 4130402.
HSL color Cylindrical-coordinate representation of color #62063F: hue angle of 322.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62063F is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 63 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.62 |
| HSL | 322.83º | 0.88% | 0.2% | - |
| HSV(B) | 322.83º | 0.94% | 0.38% | - |
| XYZ | 6 | 3.09 | 4.98 | - |
| YUV | 40.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 63 | 0 | 0.94 | 0.36 | 0.62 | 322.83 | 0.88 | 0.2 |
| Hex | 62 | 6 | 3F | 0 | 5E | 24 | 3E | 143 | 58 | 14 |
| Octal | 142 | 6 | 77 | 0 | 136 | 44 | 76 | 503 | 130 | 24 |
| Binary | 1100010 | 110 | 111111 | 0 | 1011110 | 100100 | 111110 | 101000011 | 1011000 | 10100 |
Color Harmonies of #62063F
Complementary color
Monochromatic Colors of #62063F
Black with #62063F
Text Example
Text Example
White with #62063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62063F; }
p { color: rgb(98,6,63); }
H1.HeaderClassName
{
color: #62063F;
}
.AnyTagClassName
{
color: #62063F;
}
</style>
background-color css
<style>
a { background-color: #62063F; }
a { background-color: rgb(98,6,63); }
div.DivClassName
{
background-color: #62063F;
}
.BgClassName
{
background-color: #62063F;
}
</style>
border-color css
<style>
span { border-color: #62063F; }
span { border-color: rgb(98,6,63); }
td.TdClassName
{
border-color: #62063F;
}
.TagClassName
{
border-color: #62063F;
}
</style>