Shades of Tyrian Purple #630556
Tints of Tyrian Purple #630556
RGB
CMYK
RGB Variations
Color information
#630556 (or 0x630556) is known color: Tyrian Purple. HEX triplet: 63, 05 and 56. RGB value is (99,5,86). Sum of RGB (Red+Green+Blue) = 99+5+86=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #630556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630556 is #9CFAA9. Grayscale: #2A2A2A. Windows color (decimal): -10287786 or 5637475. OLE color: 5637475.
HSL color Cylindrical-coordinate representation of color #630556: hue angle of 308.3º 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 #630556 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 86 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.61 |
| HSL | 308.3º | 0.9% | 0.2% | - |
| HSV(B) | 308.3º | 0.95% | 0.39% | - |
| XYZ | 6.88 | 3.43 | 9.1 | - |
| YUV | 42.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 86 | 0 | 0.95 | 0.13 | 0.61 | 308.3 | 0.9 | 0.2 |
| Hex | 63 | 5 | 56 | 0 | 5F | D | 3D | 134 | 5A | 14 |
| Octal | 143 | 5 | 126 | 0 | 137 | 15 | 75 | 464 | 132 | 24 |
| Binary | 1100011 | 101 | 1010110 | 0 | 1011111 | 1101 | 111101 | 100110100 | 1011010 | 10100 |
Color Harmonies of #630556
Complementary color
Monochromatic Colors of #630556
Black with #630556
Text Example
Text Example
White with #630556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630556; }
p { color: rgb(99,5,86); }
H1.HeaderClassName
{
color: #630556;
}
.AnyTagClassName
{
color: #630556;
}
</style>
background-color css
<style>
a { background-color: #630556; }
a { background-color: rgb(99,5,86); }
div.DivClassName
{
background-color: #630556;
}
.BgClassName
{
background-color: #630556;
}
</style>
border-color css
<style>
span { border-color: #630556; }
span { border-color: rgb(99,5,86); }
td.TdClassName
{
border-color: #630556;
}
.TagClassName
{
border-color: #630556;
}
</style>