Shades of Tyrian Purple #62044B
Tints of Tyrian Purple #62044B
RGB
CMYK
RGB Variations
Color information
#62044B (or 0x62044B) is known color: Tyrian Purple. HEX triplet: 62, 04 and 4B. RGB value is (98,4,75). Sum of RGB (Red+Green+Blue) = 98+4+75=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62044B is #9DFBB4. Grayscale: #282828. Windows color (decimal): -10353589 or 4916322. OLE color: 4916322.
HSL color Cylindrical-coordinate representation of color #62044B: hue angle of 314.68º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62044B is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 4 | 75 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.62 |
| HSL | 314.68º | 0.92% | 0.2% | - |
| HSV(B) | 314.68º | 0.96% | 0.38% | - |
| XYZ | 6.35 | 3.19 | 6.94 | - |
| YUV | 40.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 75 | 0 | 0.96 | 0.23 | 0.62 | 314.68 | 0.92 | 0.2 |
| Hex | 62 | 4 | 4B | 0 | 60 | 17 | 3E | 13B | 5C | 14 |
| Octal | 142 | 4 | 113 | 0 | 140 | 27 | 76 | 473 | 134 | 24 |
| Binary | 1100010 | 100 | 1001011 | 0 | 1100000 | 10111 | 111110 | 100111011 | 1011100 | 10100 |
Color Harmonies of #62044B
Complementary color
Monochromatic Colors of #62044B
Black with #62044B
Text Example
Text Example
White with #62044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62044B; }
p { color: rgb(98,4,75); }
H1.HeaderClassName
{
color: #62044B;
}
.AnyTagClassName
{
color: #62044B;
}
</style>
background-color css
<style>
a { background-color: #62044B; }
a { background-color: rgb(98,4,75); }
div.DivClassName
{
background-color: #62044B;
}
.BgClassName
{
background-color: #62044B;
}
</style>
border-color css
<style>
span { border-color: #62044B; }
span { border-color: rgb(98,4,75); }
td.TdClassName
{
border-color: #62044B;
}
.TagClassName
{
border-color: #62044B;
}
</style>