Shades of Tyrian Purple #62024F
Tints of Tyrian Purple #62024F
RGB
CMYK
RGB Variations
Color information
#62024F (or 0x62024F) is known color: Tyrian Purple. HEX triplet: 62, 02 and 4F. RGB value is (98,2,79). Sum of RGB (Red+Green+Blue) = 98+2+79=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #62024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62024F is #9DFDB0. Grayscale: #272727. Windows color (decimal): -10354097 or 5177954. OLE color: 5177954.
HSL color Cylindrical-coordinate representation of color #62024F: hue angle of 311.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 #62024F is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 79 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.62 |
| HSL | 311.88º | 0.96% | 0.2% | - |
| HSV(B) | 311.88º | 0.98% | 0.38% | - |
| XYZ | 6.47 | 3.2 | 7.67 | - |
| YUV | 39.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 79 | 0 | 0.98 | 0.19 | 0.62 | 311.88 | 0.96 | 0.2 |
| Hex | 62 | 2 | 4F | 0 | 62 | 13 | 3E | 138 | 60 | 14 |
| Octal | 142 | 2 | 117 | 0 | 142 | 23 | 76 | 470 | 140 | 24 |
| Binary | 1100010 | 10 | 1001111 | 0 | 1100010 | 10011 | 111110 | 100111000 | 1100000 | 10100 |
Color Harmonies of #62024F
Complementary color
Monochromatic Colors of #62024F
Black with #62024F
Text Example
Text Example
White with #62024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62024F; }
p { color: rgb(98,2,79); }
H1.HeaderClassName
{
color: #62024F;
}
.AnyTagClassName
{
color: #62024F;
}
</style>
background-color css
<style>
a { background-color: #62024F; }
a { background-color: rgb(98,2,79); }
div.DivClassName
{
background-color: #62024F;
}
.BgClassName
{
background-color: #62024F;
}
</style>
border-color css
<style>
span { border-color: #62024F; }
span { border-color: rgb(98,2,79); }
td.TdClassName
{
border-color: #62024F;
}
.TagClassName
{
border-color: #62024F;
}
</style>