Shades of Tyrian Purple #62053C
Tints of Tyrian Purple #62053C
RGB
CMYK
RGB Variations
Color information
#62053C (or 0x62053C) is known color: Tyrian Purple. HEX triplet: 62, 05 and 3C. RGB value is (98,5,60). Sum of RGB (Red+Green+Blue) = 98+5+60=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62053C is #9DFAC3. Grayscale: #262626. Windows color (decimal): -10353348 or 3933538. OLE color: 3933538.
HSL color Cylindrical-coordinate representation of color #62053C: hue angle of 324.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62053C is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 5 | 60 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.62 |
| HSL | 324.52º | 0.9% | 0.2% | - |
| HSV(B) | 324.52º | 0.95% | 0.38% | - |
| XYZ | 5.91 | 3.03 | 4.55 | - |
| YUV | 39.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 60 | 0 | 0.95 | 0.39 | 0.62 | 324.52 | 0.9 | 0.2 |
| Hex | 62 | 5 | 3C | 0 | 5F | 27 | 3E | 145 | 5A | 14 |
| Octal | 142 | 5 | 74 | 0 | 137 | 47 | 76 | 505 | 132 | 24 |
| Binary | 1100010 | 101 | 111100 | 0 | 1011111 | 100111 | 111110 | 101000101 | 1011010 | 10100 |
Color Harmonies of #62053C
Complementary color
Monochromatic Colors of #62053C
Black with #62053C
Text Example
Text Example
White with #62053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62053C; }
p { color: rgb(98,5,60); }
H1.HeaderClassName
{
color: #62053C;
}
.AnyTagClassName
{
color: #62053C;
}
</style>
background-color css
<style>
a { background-color: #62053C; }
a { background-color: rgb(98,5,60); }
div.DivClassName
{
background-color: #62053C;
}
.BgClassName
{
background-color: #62053C;
}
</style>
border-color css
<style>
span { border-color: #62053C; }
span { border-color: rgb(98,5,60); }
td.TdClassName
{
border-color: #62053C;
}
.TagClassName
{
border-color: #62053C;
}
</style>