Shades of Tyrian Purple #620333
Tints of Tyrian Purple #620333
RGB
CMYK
RGB Variations
Color information
#620333 (or 0x620333) is known color: Tyrian Purple. HEX triplet: 62, 03 and 33. RGB value is (98,3,51). Sum of RGB (Red+Green+Blue) = 98+3+51=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #620333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620333 is #9DFCCC. Grayscale: #242424. Windows color (decimal): -10353869 or 3343202. OLE color: 3343202.
HSL color Cylindrical-coordinate representation of color #620333: hue angle of 329.68º 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 #620333 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 3 | 51 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.62 |
| HSL | 329.68º | 0.94% | 0.2% | - |
| HSV(B) | 329.68º | 0.97% | 0.38% | - |
| XYZ | 5.67 | 2.9 | 3.39 | - |
| YUV | 36.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 51 | 0 | 0.97 | 0.48 | 0.62 | 329.68 | 0.94 | 0.2 |
| Hex | 62 | 3 | 33 | 0 | 61 | 30 | 3E | 14A | 5E | 14 |
| Octal | 142 | 3 | 63 | 0 | 141 | 60 | 76 | 512 | 136 | 24 |
| Binary | 1100010 | 11 | 110011 | 0 | 1100001 | 110000 | 111110 | 101001010 | 1011110 | 10100 |
Color Harmonies of #620333
Complementary color
Monochromatic Colors of #620333
Black with #620333
Text Example
Text Example
White with #620333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620333; }
p { color: rgb(98,3,51); }
H1.HeaderClassName
{
color: #620333;
}
.AnyTagClassName
{
color: #620333;
}
</style>
background-color css
<style>
a { background-color: #620333; }
a { background-color: rgb(98,3,51); }
div.DivClassName
{
background-color: #620333;
}
.BgClassName
{
background-color: #620333;
}
</style>
border-color css
<style>
span { border-color: #620333; }
span { border-color: rgb(98,3,51); }
td.TdClassName
{
border-color: #620333;
}
.TagClassName
{
border-color: #620333;
}
</style>