Shades of Tyrian Purple #620F3C
Tints of Tyrian Purple #620F3C
RGB
CMYK
RGB Variations
Color information
#620F3C (or 0x620F3C) is known color: Tyrian Purple. HEX triplet: 62, 0F and 3C. RGB value is (98,15,60). Sum of RGB (Red+Green+Blue) = 98+15+60=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F3C is #9DF0C3. Grayscale: #2C2C2C. Windows color (decimal): -10350788 or 3936098. OLE color: 3936098.
HSL color Cylindrical-coordinate representation of color #620F3C: hue angle of 327.47º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F3C is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 60 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.62 |
| HSL | 327.47º | 0.73% | 0.22% | - |
| HSV(B) | 327.47º | 0.85% | 0.38% | - |
| XYZ | 6.02 | 3.26 | 4.59 | - |
| YUV | 44.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 60 | 0 | 0.85 | 0.39 | 0.62 | 327.47 | 0.73 | 0.22 |
| Hex | 62 | F | 3C | 0 | 55 | 27 | 3E | 147 | 49 | 16 |
| Octal | 142 | 17 | 74 | 0 | 125 | 47 | 76 | 507 | 111 | 26 |
| Binary | 1100010 | 1111 | 111100 | 0 | 1010101 | 100111 | 111110 | 101000111 | 1001001 | 10110 |
Color Harmonies of #620F3C
Complementary color
Monochromatic Colors of #620F3C
Black with #620F3C
Text Example
Text Example
White with #620F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F3C; }
p { color: rgb(98,15,60); }
H1.HeaderClassName
{
color: #620F3C;
}
.AnyTagClassName
{
color: #620F3C;
}
</style>
background-color css
<style>
a { background-color: #620F3C; }
a { background-color: rgb(98,15,60); }
div.DivClassName
{
background-color: #620F3C;
}
.BgClassName
{
background-color: #620F3C;
}
</style>
border-color css
<style>
span { border-color: #620F3C; }
span { border-color: rgb(98,15,60); }
td.TdClassName
{
border-color: #620F3C;
}
.TagClassName
{
border-color: #620F3C;
}
</style>