Shades of Tyrian Purple #630448
Tints of Tyrian Purple #630448
RGB
CMYK
RGB Variations
Color information
#630448 (or 0x630448) is known color: Tyrian Purple. HEX triplet: 63, 04 and 48. RGB value is (99,4,72). Sum of RGB (Red+Green+Blue) = 99+4+72=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #630448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630448 is #9CFBB7. Grayscale: #272727. Windows color (decimal): -10288056 or 4719715. OLE color: 4719715.
HSL color Cylindrical-coordinate representation of color #630448: hue angle of 317.05º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630448 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 4 | 72 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.61 |
| HSL | 317.05º | 0.92% | 0.2% | - |
| HSV(B) | 317.05º | 0.96% | 0.39% | - |
| XYZ | 6.36 | 3.21 | 6.41 | - |
| YUV | 40.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 72 | 0 | 0.96 | 0.27 | 0.61 | 317.05 | 0.92 | 0.2 |
| Hex | 63 | 4 | 48 | 0 | 60 | 1B | 3D | 13D | 5C | 14 |
| Octal | 143 | 4 | 110 | 0 | 140 | 33 | 75 | 475 | 134 | 24 |
| Binary | 1100011 | 100 | 1001000 | 0 | 1100000 | 11011 | 111101 | 100111101 | 1011100 | 10100 |
Color Harmonies of #630448
Complementary color
Monochromatic Colors of #630448
Black with #630448
Text Example
Text Example
White with #630448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630448; }
p { color: rgb(99,4,72); }
H1.HeaderClassName
{
color: #630448;
}
.AnyTagClassName
{
color: #630448;
}
</style>
background-color css
<style>
a { background-color: #630448; }
a { background-color: rgb(99,4,72); }
div.DivClassName
{
background-color: #630448;
}
.BgClassName
{
background-color: #630448;
}
</style>
border-color css
<style>
span { border-color: #630448; }
span { border-color: rgb(99,4,72); }
td.TdClassName
{
border-color: #630448;
}
.TagClassName
{
border-color: #630448;
}
</style>