Shades of Tyrian Purple #62023C
Tints of Tyrian Purple #62023C
RGB
CMYK
RGB Variations
Color information
#62023C (or 0x62023C) is known color: Tyrian Purple. HEX triplet: 62, 02 and 3C. RGB value is (98,2,60). Sum of RGB (Red+Green+Blue) = 98+2+60=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62023C is #9DFDC3. Grayscale: #252525. Windows color (decimal): -10354116 or 3932770. OLE color: 3932770.
HSL color Cylindrical-coordinate representation of color #62023C: hue angle of 323.75º 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 #62023C is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.62 |
| HSL | 323.75º | 0.96% | 0.2% | - |
| HSV(B) | 323.75º | 0.98% | 0.38% | - |
| XYZ | 5.87 | 2.97 | 4.54 | - |
| YUV | 37.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 60 | 0 | 0.98 | 0.39 | 0.62 | 323.75 | 0.96 | 0.2 |
| Hex | 62 | 2 | 3C | 0 | 62 | 27 | 3E | 144 | 60 | 14 |
| Octal | 142 | 2 | 74 | 0 | 142 | 47 | 76 | 504 | 140 | 24 |
| Binary | 1100010 | 10 | 111100 | 0 | 1100010 | 100111 | 111110 | 101000100 | 1100000 | 10100 |
Color Harmonies of #62023C
Complementary color
Monochromatic Colors of #62023C
Black with #62023C
Text Example
Text Example
White with #62023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62023C; }
p { color: rgb(98,2,60); }
H1.HeaderClassName
{
color: #62023C;
}
.AnyTagClassName
{
color: #62023C;
}
</style>
background-color css
<style>
a { background-color: #62023C; }
a { background-color: rgb(98,2,60); }
div.DivClassName
{
background-color: #62023C;
}
.BgClassName
{
background-color: #62023C;
}
</style>
border-color css
<style>
span { border-color: #62023C; }
span { border-color: rgb(98,2,60); }
td.TdClassName
{
border-color: #62023C;
}
.TagClassName
{
border-color: #62023C;
}
</style>