Shades of Tyrian Purple #620C33
Tints of Tyrian Purple #620C33
RGB
CMYK
RGB Variations
Color information
#620C33 (or 0x620C33) is known color: Tyrian Purple. HEX triplet: 62, 0C and 33. RGB value is (98,12,51). Sum of RGB (Red+Green+Blue) = 98+12+51=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #620C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C33 is #9DF3CC. Grayscale: #2A2A2A. Windows color (decimal): -10351565 or 3345506. OLE color: 3345506.
HSL color Cylindrical-coordinate representation of color #620C33: hue angle of 332.79º 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 #620C33 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 51 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.62 |
| HSL | 332.79º | 0.78% | 0.22% | - |
| HSV(B) | 332.79º | 0.88% | 0.38% | - |
| XYZ | 5.77 | 3.1 | 3.43 | - |
| YUV | 42.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 51 | 0 | 0.88 | 0.48 | 0.62 | 332.79 | 0.78 | 0.22 |
| Hex | 62 | C | 33 | 0 | 58 | 30 | 3E | 14D | 4E | 16 |
| Octal | 142 | 14 | 63 | 0 | 130 | 60 | 76 | 515 | 116 | 26 |
| Binary | 1100010 | 1100 | 110011 | 0 | 1011000 | 110000 | 111110 | 101001101 | 1001110 | 10110 |
Color Harmonies of #620C33
Complementary color
Monochromatic Colors of #620C33
Black with #620C33
Text Example
Text Example
White with #620C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C33; }
p { color: rgb(98,12,51); }
H1.HeaderClassName
{
color: #620C33;
}
.AnyTagClassName
{
color: #620C33;
}
</style>
background-color css
<style>
a { background-color: #620C33; }
a { background-color: rgb(98,12,51); }
div.DivClassName
{
background-color: #620C33;
}
.BgClassName
{
background-color: #620C33;
}
</style>
border-color css
<style>
span { border-color: #620C33; }
span { border-color: rgb(98,12,51); }
td.TdClassName
{
border-color: #620C33;
}
.TagClassName
{
border-color: #620C33;
}
</style>