Shades of Tyrian Purple #62063C
Tints of Tyrian Purple #62063C
RGB
CMYK
RGB Variations
Color information
#62063C (or 0x62063C) is known color: Tyrian Purple. HEX triplet: 62, 06 and 3C. RGB value is (98,6,60). Sum of RGB (Red+Green+Blue) = 98+6+60=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62063C is #9DF9C3. Grayscale: #272727. Windows color (decimal): -10353092 or 3933794. OLE color: 3933794.
HSL color Cylindrical-coordinate representation of color #62063C: hue angle of 324.78º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62063C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 60 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.62 |
| HSL | 324.78º | 0.88% | 0.2% | - |
| HSV(B) | 324.78º | 0.94% | 0.38% | - |
| XYZ | 5.92 | 3.05 | 4.55 | - |
| YUV | 39.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 60 | 0 | 0.94 | 0.39 | 0.62 | 324.78 | 0.88 | 0.2 |
| Hex | 62 | 6 | 3C | 0 | 5E | 27 | 3E | 145 | 58 | 14 |
| Octal | 142 | 6 | 74 | 0 | 136 | 47 | 76 | 505 | 130 | 24 |
| Binary | 1100010 | 110 | 111100 | 0 | 1011110 | 100111 | 111110 | 101000101 | 1011000 | 10100 |
Color Harmonies of #62063C
Complementary color
Monochromatic Colors of #62063C
Black with #62063C
Text Example
Text Example
White with #62063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62063C; }
p { color: rgb(98,6,60); }
H1.HeaderClassName
{
color: #62063C;
}
.AnyTagClassName
{
color: #62063C;
}
</style>
background-color css
<style>
a { background-color: #62063C; }
a { background-color: rgb(98,6,60); }
div.DivClassName
{
background-color: #62063C;
}
.BgClassName
{
background-color: #62063C;
}
</style>
border-color css
<style>
span { border-color: #62063C; }
span { border-color: rgb(98,6,60); }
td.TdClassName
{
border-color: #62063C;
}
.TagClassName
{
border-color: #62063C;
}
</style>