Shades of Tyrian Purple #630150
Tints of Tyrian Purple #630150
RGB
CMYK
RGB Variations
Color information
#630150 (or 0x630150) is known color: Tyrian Purple. HEX triplet: 63, 01 and 50. RGB value is (99,1,80). Sum of RGB (Red+Green+Blue) = 99+1+80=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #630150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630150 is #9CFEAF. Grayscale: #272727. Windows color (decimal): -10288816 or 5243235. OLE color: 5243235.
HSL color Cylindrical-coordinate representation of color #630150: hue angle of 311.63º 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 #630150 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.61 |
| HSL | 311.63º | 0.98% | 0.2% | - |
| HSV(B) | 311.63º | 0.99% | 0.39% | - |
| XYZ | 6.6 | 3.25 | 7.87 | - |
| YUV | 39.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 80 | 0 | 0.99 | 0.19 | 0.61 | 311.63 | 0.98 | 0.2 |
| Hex | 63 | 1 | 50 | 0 | 63 | 13 | 3D | 138 | 62 | 14 |
| Octal | 143 | 1 | 120 | 0 | 143 | 23 | 75 | 470 | 142 | 24 |
| Binary | 1100011 | 1 | 1010000 | 0 | 1100011 | 10011 | 111101 | 100111000 | 1100010 | 10100 |
Color Harmonies of #630150
Complementary color
Monochromatic Colors of #630150
Black with #630150
Text Example
Text Example
White with #630150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630150; }
p { color: rgb(99,1,80); }
H1.HeaderClassName
{
color: #630150;
}
.AnyTagClassName
{
color: #630150;
}
</style>
background-color css
<style>
a { background-color: #630150; }
a { background-color: rgb(99,1,80); }
div.DivClassName
{
background-color: #630150;
}
.BgClassName
{
background-color: #630150;
}
</style>
border-color css
<style>
span { border-color: #630150; }
span { border-color: rgb(99,1,80); }
td.TdClassName
{
border-color: #630150;
}
.TagClassName
{
border-color: #630150;
}
</style>