Shades of Tyrian Purple #630059
Tints of Tyrian Purple #630059
RGB
CMYK
RGB Variations
Color information
#630059 (or 0x630059) is known color: Tyrian Purple. HEX triplet: 63, 00 and 59. RGB value is (99,0,89). Sum of RGB (Red+Green+Blue) = 99+0+89=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #630059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630059 is #9CFFA6. Grayscale: #272727. Windows color (decimal): -10289063 or 5832803. OLE color: 5832803.
HSL color Cylindrical-coordinate representation of color #630059: hue angle of 306.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630059 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.10 | 0.61 |
| HSL | 306.06º | 1% | 0.19% | - |
| HSV(B) | 306.06º | 1% | 0.39% | - |
| XYZ | 6.95 | 3.37 | 9.74 | - |
| YUV | 39.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 89 | 0 | 1 | 0.10 | 0.61 | 306.06 | 1 | 0.19 |
| Hex | 63 | 0 | 59 | 0 | 64 | A | 3D | 132 | 64 | 13 |
| Octal | 143 | 0 | 131 | 0 | 144 | 12 | 75 | 462 | 144 | 23 |
| Binary | 1100011 | 0 | 1011001 | 0 | 1100100 | 1010 | 111101 | 100110010 | 1100100 | 10011 |
Color Harmonies of #630059
Complementary color
Monochromatic Colors of #630059
Black with #630059
Text Example
Text Example
White with #630059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630059; }
p { color: rgb(99,0,89); }
H1.HeaderClassName
{
color: #630059;
}
.AnyTagClassName
{
color: #630059;
}
</style>
background-color css
<style>
a { background-color: #630059; }
a { background-color: rgb(99,0,89); }
div.DivClassName
{
background-color: #630059;
}
.BgClassName
{
background-color: #630059;
}
</style>
border-color css
<style>
span { border-color: #630059; }
span { border-color: rgb(99,0,89); }
td.TdClassName
{
border-color: #630059;
}
.TagClassName
{
border-color: #630059;
}
</style>