Shades of Tyrian Purple #62082F
Tints of Tyrian Purple #62082F
RGB
CMYK
RGB Variations
Color information
#62082F (or 0x62082F) is known color: Tyrian Purple. HEX triplet: 62, 08 and 2F. RGB value is (98,8,47). Sum of RGB (Red+Green+Blue) = 98+8+47=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #62082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62082F is #9DF7D0. Grayscale: #272727. Windows color (decimal): -10352593 or 3082338. OLE color: 3082338.
HSL color Cylindrical-coordinate representation of color #62082F: hue angle of 334º 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 #62082F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 47 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.62 |
| HSL | 334º | 0.85% | 0.21% | - |
| HSV(B) | 334º | 0.92% | 0.38% | - |
| XYZ | 5.64 | 2.98 | 2.97 | - |
| YUV | 39.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 47 | 0 | 0.92 | 0.52 | 0.62 | 334 | 0.85 | 0.21 |
| Hex | 62 | 8 | 2F | 0 | 5C | 34 | 3E | 14E | 55 | 15 |
| Octal | 142 | 10 | 57 | 0 | 134 | 64 | 76 | 516 | 125 | 25 |
| Binary | 1100010 | 1000 | 101111 | 0 | 1011100 | 110100 | 111110 | 101001110 | 1010101 | 10101 |
Color Harmonies of #62082F
Complementary color
Monochromatic Colors of #62082F
Black with #62082F
Text Example
Text Example
White with #62082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62082F; }
p { color: rgb(98,8,47); }
H1.HeaderClassName
{
color: #62082F;
}
.AnyTagClassName
{
color: #62082F;
}
</style>
background-color css
<style>
a { background-color: #62082F; }
a { background-color: rgb(98,8,47); }
div.DivClassName
{
background-color: #62082F;
}
.BgClassName
{
background-color: #62082F;
}
</style>
border-color css
<style>
span { border-color: #62082F; }
span { border-color: rgb(98,8,47); }
td.TdClassName
{
border-color: #62082F;
}
.TagClassName
{
border-color: #62082F;
}
</style>