Shades of Tyrian Purple #630A50
Tints of Tyrian Purple #630A50
RGB
CMYK
RGB Variations
Color information
#630A50 (or 0x630A50) is known color: Tyrian Purple. HEX triplet: 63, 0A and 50. RGB value is (99,10,80). Sum of RGB (Red+Green+Blue) = 99+10+80=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #630A50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A50 is #9CF5AF. Grayscale: #2C2C2C. Windows color (decimal): -10286512 or 5245539. OLE color: 5245539.
HSL color Cylindrical-coordinate representation of color #630A50: hue angle of 312.81º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A50 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 80 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.61 |
| HSL | 312.81º | 0.82% | 0.21% | - |
| HSV(B) | 312.81º | 0.9% | 0.39% | - |
| XYZ | 6.7 | 3.45 | 7.9 | - |
| YUV | 44.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 80 | 0 | 0.90 | 0.19 | 0.61 | 312.81 | 0.82 | 0.21 |
| Hex | 63 | A | 50 | 0 | 5A | 13 | 3D | 139 | 52 | 15 |
| Octal | 143 | 12 | 120 | 0 | 132 | 23 | 75 | 471 | 122 | 25 |
| Binary | 1100011 | 1010 | 1010000 | 0 | 1011010 | 10011 | 111101 | 100111001 | 1010010 | 10101 |
Color Harmonies of #630A50
Complementary color
Monochromatic Colors of #630A50
Black with #630A50
Text Example
Text Example
White with #630A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A50; }
p { color: rgb(99,10,80); }
H1.HeaderClassName
{
color: #630A50;
}
.AnyTagClassName
{
color: #630A50;
}
</style>
background-color css
<style>
a { background-color: #630A50; }
a { background-color: rgb(99,10,80); }
div.DivClassName
{
background-color: #630A50;
}
.BgClassName
{
background-color: #630A50;
}
</style>
border-color css
<style>
span { border-color: #630A50; }
span { border-color: rgb(99,10,80); }
td.TdClassName
{
border-color: #630A50;
}
.TagClassName
{
border-color: #630A50;
}
</style>