Shades of Tyrian Purple #630127
Tints of Tyrian Purple #630127
RGB
CMYK
RGB Variations
Color information
#630127 (or 0x630127) is known color: Tyrian Purple. HEX triplet: 63, 01 and 27. RGB value is (99,1,39). Sum of RGB (Red+Green+Blue) = 99+1+39=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630127 is #9CFED8. Grayscale: #222222. Windows color (decimal): -10288857 or 2556259. OLE color: 2556259.
HSL color Cylindrical-coordinate representation of color #630127: hue angle of 336.73º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630127 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.61 |
| HSL | 336.73º | 0.98% | 0.2% | - |
| HSV(B) | 336.73º | 0.99% | 0.39% | - |
| XYZ | 5.52 | 2.82 | 2.17 | - |
| YUV | 34.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 39 | 0 | 0.99 | 0.61 | 0.61 | 336.73 | 0.98 | 0.2 |
| Hex | 63 | 1 | 27 | 0 | 63 | 3D | 3D | 151 | 62 | 14 |
| Octal | 143 | 1 | 47 | 0 | 143 | 75 | 75 | 521 | 142 | 24 |
| Binary | 1100011 | 1 | 100111 | 0 | 1100011 | 111101 | 111101 | 101010001 | 1100010 | 10100 |
Color Harmonies of #630127
Complementary color
Monochromatic Colors of #630127
Black with #630127
Text Example
Text Example
White with #630127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630127; }
p { color: rgb(99,1,39); }
H1.HeaderClassName
{
color: #630127;
}
.AnyTagClassName
{
color: #630127;
}
</style>
background-color css
<style>
a { background-color: #630127; }
a { background-color: rgb(99,1,39); }
div.DivClassName
{
background-color: #630127;
}
.BgClassName
{
background-color: #630127;
}
</style>
border-color css
<style>
span { border-color: #630127; }
span { border-color: rgb(99,1,39); }
td.TdClassName
{
border-color: #630127;
}
.TagClassName
{
border-color: #630127;
}
</style>