Shades of Tyrian Purple #620253
Tints of Tyrian Purple #620253
RGB
CMYK
RGB Variations
Color information
#620253 (or 0x620253) is known color: Tyrian Purple. HEX triplet: 62, 02 and 53. RGB value is (98,2,83). Sum of RGB (Red+Green+Blue) = 98+2+83=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #620253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620253 is #9DFDAC. Grayscale: #272727. Windows color (decimal): -10354093 or 5440098. OLE color: 5440098.
HSL color Cylindrical-coordinate representation of color #620253: hue angle of 309.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620253 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.62 |
| HSL | 309.38º | 0.96% | 0.2% | - |
| HSV(B) | 309.38º | 0.98% | 0.38% | - |
| XYZ | 6.62 | 3.26 | 8.46 | - |
| YUV | 39.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 83 | 0 | 0.98 | 0.15 | 0.62 | 309.38 | 0.96 | 0.2 |
| Hex | 62 | 2 | 53 | 0 | 62 | F | 3E | 135 | 60 | 14 |
| Octal | 142 | 2 | 123 | 0 | 142 | 17 | 76 | 465 | 140 | 24 |
| Binary | 1100010 | 10 | 1010011 | 0 | 1100010 | 1111 | 111110 | 100110101 | 1100000 | 10100 |
Color Harmonies of #620253
Complementary color
Monochromatic Colors of #620253
Black with #620253
Text Example
Text Example
White with #620253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620253; }
p { color: rgb(98,2,83); }
H1.HeaderClassName
{
color: #620253;
}
.AnyTagClassName
{
color: #620253;
}
</style>
background-color css
<style>
a { background-color: #620253; }
a { background-color: rgb(98,2,83); }
div.DivClassName
{
background-color: #620253;
}
.BgClassName
{
background-color: #620253;
}
</style>
border-color css
<style>
span { border-color: #620253; }
span { border-color: rgb(98,2,83); }
td.TdClassName
{
border-color: #620253;
}
.TagClassName
{
border-color: #620253;
}
</style>