Shades of Tyrian Purple #62083C
Tints of Tyrian Purple #62083C
RGB
CMYK
RGB Variations
Color information
#62083C (or 0x62083C) is known color: Tyrian Purple. HEX triplet: 62, 08 and 3C. RGB value is (98,8,60). Sum of RGB (Red+Green+Blue) = 98+8+60=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62083C is #9DF7C3. Grayscale: #282828. Windows color (decimal): -10352580 or 3934306. OLE color: 3934306.
HSL color Cylindrical-coordinate representation of color #62083C: hue angle of 325.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62083C is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 60 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.62 |
| HSL | 325.33º | 0.85% | 0.21% | - |
| HSV(B) | 325.33º | 0.92% | 0.38% | - |
| XYZ | 5.94 | 3.1 | 4.56 | - |
| YUV | 40.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 60 | 0 | 0.92 | 0.39 | 0.62 | 325.33 | 0.85 | 0.21 |
| Hex | 62 | 8 | 3C | 0 | 5C | 27 | 3E | 145 | 55 | 15 |
| Octal | 142 | 10 | 74 | 0 | 134 | 47 | 76 | 505 | 125 | 25 |
| Binary | 1100010 | 1000 | 111100 | 0 | 1011100 | 100111 | 111110 | 101000101 | 1010101 | 10101 |
Color Harmonies of #62083C
Complementary color
Monochromatic Colors of #62083C
Black with #62083C
Text Example
Text Example
White with #62083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62083C; }
p { color: rgb(98,8,60); }
H1.HeaderClassName
{
color: #62083C;
}
.AnyTagClassName
{
color: #62083C;
}
</style>
background-color css
<style>
a { background-color: #62083C; }
a { background-color: rgb(98,8,60); }
div.DivClassName
{
background-color: #62083C;
}
.BgClassName
{
background-color: #62083C;
}
</style>
border-color css
<style>
span { border-color: #62083C; }
span { border-color: rgb(98,8,60); }
td.TdClassName
{
border-color: #62083C;
}
.TagClassName
{
border-color: #62083C;
}
</style>