Shades of Tyrian Purple #62022F
Tints of Tyrian Purple #62022F
RGB
CMYK
RGB Variations
Color information
#62022F (or 0x62022F) is known color: Tyrian Purple. HEX triplet: 62, 02 and 2F. RGB value is (98,2,47). Sum of RGB (Red+Green+Blue) = 98+2+47=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62022F is #9DFDD0. Grayscale: #232323. Windows color (decimal): -10354129 or 3080802. OLE color: 3080802.
HSL color Cylindrical-coordinate representation of color #62022F: hue angle of 331.88º 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 #62022F is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.62 |
| HSL | 331.88º | 0.96% | 0.2% | - |
| HSV(B) | 331.88º | 0.98% | 0.38% | - |
| XYZ | 5.57 | 2.85 | 2.94 | - |
| YUV | 35.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 47 | 0 | 0.98 | 0.52 | 0.62 | 331.88 | 0.96 | 0.2 |
| Hex | 62 | 2 | 2F | 0 | 62 | 34 | 3E | 14C | 60 | 14 |
| Octal | 142 | 2 | 57 | 0 | 142 | 64 | 76 | 514 | 140 | 24 |
| Binary | 1100010 | 10 | 101111 | 0 | 1100010 | 110100 | 111110 | 101001100 | 1100000 | 10100 |
Color Harmonies of #62022F
Complementary color
Monochromatic Colors of #62022F
Black with #62022F
Text Example
Text Example
White with #62022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62022F; }
p { color: rgb(98,2,47); }
H1.HeaderClassName
{
color: #62022F;
}
.AnyTagClassName
{
color: #62022F;
}
</style>
background-color css
<style>
a { background-color: #62022F; }
a { background-color: rgb(98,2,47); }
div.DivClassName
{
background-color: #62022F;
}
.BgClassName
{
background-color: #62022F;
}
</style>
border-color css
<style>
span { border-color: #62022F; }
span { border-color: rgb(98,2,47); }
td.TdClassName
{
border-color: #62022F;
}
.TagClassName
{
border-color: #62022F;
}
</style>