Shades of Tyrian Purple #630053
Tints of Tyrian Purple #630053
RGB
CMYK
RGB Variations
Color information
#630053 (or 0x630053) is known color: Tyrian Purple. HEX triplet: 63, 00 and 53. RGB value is (99,0,83). Sum of RGB (Red+Green+Blue) = 99+0+83=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #630053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630053 is #9CFFAC. Grayscale: #262626. Windows color (decimal): -10289069 or 5439587. OLE color: 5439587.
HSL color Cylindrical-coordinate representation of color #630053: hue angle of 309.7º 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 #630053 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.16 | 0.61 |
| HSL | 309.7º | 1% | 0.19% | - |
| HSV(B) | 309.7º | 1% | 0.39% | - |
| XYZ | 6.71 | 3.28 | 8.46 | - |
| YUV | 39.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 83 | 0 | 1 | 0.16 | 0.61 | 309.7 | 1 | 0.19 |
| Hex | 63 | 0 | 53 | 0 | 64 | 10 | 3D | 136 | 64 | 13 |
| Octal | 143 | 0 | 123 | 0 | 144 | 20 | 75 | 466 | 144 | 23 |
| Binary | 1100011 | 0 | 1010011 | 0 | 1100100 | 10000 | 111101 | 100110110 | 1100100 | 10011 |
Color Harmonies of #630053
Complementary color
Monochromatic Colors of #630053
Black with #630053
Text Example
Text Example
White with #630053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630053; }
p { color: rgb(99,0,83); }
H1.HeaderClassName
{
color: #630053;
}
.AnyTagClassName
{
color: #630053;
}
</style>
background-color css
<style>
a { background-color: #630053; }
a { background-color: rgb(99,0,83); }
div.DivClassName
{
background-color: #630053;
}
.BgClassName
{
background-color: #630053;
}
</style>
border-color css
<style>
span { border-color: #630053; }
span { border-color: rgb(99,0,83); }
td.TdClassName
{
border-color: #630053;
}
.TagClassName
{
border-color: #630053;
}
</style>