Shades of Tyrian Purple #620C2F
Tints of Tyrian Purple #620C2F
RGB
CMYK
RGB Variations
Color information
#620C2F (or 0x620C2F) is known color: Tyrian Purple. HEX triplet: 62, 0C and 2F. RGB value is (98,12,47). Sum of RGB (Red+Green+Blue) = 98+12+47=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #620C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C2F is #9DF3D0. Grayscale: #292929. Windows color (decimal): -10351569 or 3083362. OLE color: 3083362.
HSL color Cylindrical-coordinate representation of color #620C2F: hue angle of 335.58º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C2F is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 47 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.62 |
| HSL | 335.58º | 0.78% | 0.22% | - |
| HSV(B) | 335.58º | 0.88% | 0.38% | - |
| XYZ | 5.68 | 3.06 | 2.98 | - |
| YUV | 41.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 47 | 0 | 0.88 | 0.52 | 0.62 | 335.58 | 0.78 | 0.22 |
| Hex | 62 | C | 2F | 0 | 58 | 34 | 3E | 150 | 4E | 16 |
| Octal | 142 | 14 | 57 | 0 | 130 | 64 | 76 | 520 | 116 | 26 |
| Binary | 1100010 | 1100 | 101111 | 0 | 1011000 | 110100 | 111110 | 101010000 | 1001110 | 10110 |
Color Harmonies of #620C2F
Complementary color
Monochromatic Colors of #620C2F
Black with #620C2F
Text Example
Text Example
White with #620C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C2F; }
p { color: rgb(98,12,47); }
H1.HeaderClassName
{
color: #620C2F;
}
.AnyTagClassName
{
color: #620C2F;
}
</style>
background-color css
<style>
a { background-color: #620C2F; }
a { background-color: rgb(98,12,47); }
div.DivClassName
{
background-color: #620C2F;
}
.BgClassName
{
background-color: #620C2F;
}
</style>
border-color css
<style>
span { border-color: #620C2F; }
span { border-color: rgb(98,12,47); }
td.TdClassName
{
border-color: #620C2F;
}
.TagClassName
{
border-color: #620C2F;
}
</style>