Shades of Tyrian Purple #620355
Tints of Tyrian Purple #620355
RGB
CMYK
RGB Variations
Color information
#620355 (or 0x620355) is known color: Tyrian Purple. HEX triplet: 62, 03 and 55. RGB value is (98,3,85). Sum of RGB (Red+Green+Blue) = 98+3+85=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #620355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620355 is #9DFCAA. Grayscale: #282828. Windows color (decimal): -10353835 or 5571426. OLE color: 5571426.
HSL color Cylindrical-coordinate representation of color #620355: hue angle of 308.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620355 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 3 | 85 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.62 |
| HSL | 308.21º | 0.94% | 0.2% | - |
| HSV(B) | 308.21º | 0.97% | 0.38% | - |
| XYZ | 6.71 | 3.32 | 8.88 | - |
| YUV | 40.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 85 | 0 | 0.97 | 0.13 | 0.62 | 308.21 | 0.94 | 0.2 |
| Hex | 62 | 3 | 55 | 0 | 61 | D | 3E | 134 | 5E | 14 |
| Octal | 142 | 3 | 125 | 0 | 141 | 15 | 76 | 464 | 136 | 24 |
| Binary | 1100010 | 11 | 1010101 | 0 | 1100001 | 1101 | 111110 | 100110100 | 1011110 | 10100 |
Color Harmonies of #620355
Complementary color
Monochromatic Colors of #620355
Black with #620355
Text Example
Text Example
White with #620355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620355; }
p { color: rgb(98,3,85); }
H1.HeaderClassName
{
color: #620355;
}
.AnyTagClassName
{
color: #620355;
}
</style>
background-color css
<style>
a { background-color: #620355; }
a { background-color: rgb(98,3,85); }
div.DivClassName
{
background-color: #620355;
}
.BgClassName
{
background-color: #620355;
}
</style>
border-color css
<style>
span { border-color: #620355; }
span { border-color: rgb(98,3,85); }
td.TdClassName
{
border-color: #620355;
}
.TagClassName
{
border-color: #620355;
}
</style>