Shades of Tyrian Purple #630554
Tints of Tyrian Purple #630554
RGB
CMYK
RGB Variations
Color information
#630554 (or 0x630554) is known color: Tyrian Purple. HEX triplet: 63, 05 and 54. RGB value is (99,5,84). Sum of RGB (Red+Green+Blue) = 99+5+84=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #630554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630554 is #9CFAAB. Grayscale: #292929. Windows color (decimal): -10287788 or 5506403. OLE color: 5506403.
HSL color Cylindrical-coordinate representation of color #630554: hue angle of 309.57º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630554 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 84 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.61 |
| HSL | 309.57º | 0.9% | 0.2% | - |
| HSV(B) | 309.57º | 0.95% | 0.39% | - |
| XYZ | 6.8 | 3.4 | 8.69 | - |
| YUV | 42.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 84 | 0 | 0.95 | 0.15 | 0.61 | 309.57 | 0.9 | 0.2 |
| Hex | 63 | 5 | 54 | 0 | 5F | F | 3D | 136 | 5A | 14 |
| Octal | 143 | 5 | 124 | 0 | 137 | 17 | 75 | 466 | 132 | 24 |
| Binary | 1100011 | 101 | 1010100 | 0 | 1011111 | 1111 | 111101 | 100110110 | 1011010 | 10100 |
Color Harmonies of #630554
Complementary color
Monochromatic Colors of #630554
Black with #630554
Text Example
Text Example
White with #630554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630554; }
p { color: rgb(99,5,84); }
H1.HeaderClassName
{
color: #630554;
}
.AnyTagClassName
{
color: #630554;
}
</style>
background-color css
<style>
a { background-color: #630554; }
a { background-color: rgb(99,5,84); }
div.DivClassName
{
background-color: #630554;
}
.BgClassName
{
background-color: #630554;
}
</style>
border-color css
<style>
span { border-color: #630554; }
span { border-color: rgb(99,5,84); }
td.TdClassName
{
border-color: #630554;
}
.TagClassName
{
border-color: #630554;
}
</style>